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

5 lines
172 B
TypeScript
Raw Normal View History

import { FormCategoryPage } from '~/pages/form-category'
const DashboardCategoriesCreateLayout = () => <FormCategoryPage />
export default DashboardCategoriesCreateLayout