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

5 lines
173 B
TypeScript
Raw Normal View History

import { CategoriesPage } from '~/pages/dashboard-categories'
const DashboardCategoriesIndexLayout = () => <CategoriesPage />
export default DashboardCategoriesIndexLayout