5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
import { CreateCategoryPage } from '~/pages/dashboard-category-create'
|
|
|
|
const DashboardCategoryLayout = () => <CreateCategoryPage />
|
|
export default DashboardCategoryLayout
|