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