legalgo-FE-reactrouter/app/routes/_admin.lg-admin._dashboard.categories.create.tsx

5 lines
188 B
TypeScript
Raw Normal View History

import { CreateCategoryPage } from '~/pages/dashboard-category-create'
const DashboardCategoriesCreateLayout = () => <CreateCategoryPage />
export default DashboardCategoriesCreateLayout