mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-23 04:25:51 +00:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import ManageCategoryClient from './manage-category-client';
|
|
|
|
export default function ManageCategoryPage() {
|
|
return <ManageCategoryClient />;
|
|
}
|