fixed some ui, refactored code

This commit is contained in:
Jelaletdin12
2025-12-13 00:05:43 +05:00
parent 5085c0cffd
commit 633a3c9d47
30 changed files with 1274 additions and 923 deletions

View File

@@ -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} />
}