Files
tvone/app/(page)/admin/manage-category/page.tsx
T

6 lines
146 B
TypeScript
Raw Normal View History

2026-04-20 23:06:41 +01:00
import ManageCategoryClient from './manage-category-client';
2026-04-19 03:38:07 +01:00
2026-04-20 23:06:41 +01:00
export default function ManageCategoryPage() {
2026-04-21 10:53:09 +01:00
return <ManageCategoryClient />;
2026-04-19 03:38:07 +01:00
}