fixed some ui, refactored code
This commit is contained in:
@@ -31,6 +31,6 @@ export default async function CategoryPage(props: Props) {
|
||||
const params = await props.params
|
||||
const { slug } = params
|
||||
|
||||
const CategoryPageClient = (await import("../../../../features/category/components/CategoryClient")).default
|
||||
const CategoryPageClient = (await import("../../../../features/category/components/CategoryPageClient")).default
|
||||
return <CategoryPageClient params={params} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user