legalgo-FE-reactrouter/app/routes/_admin.lg-admin._dashboard.category.update.$slug.tsx

5 lines
184 B
TypeScript

import { UpdateCategoryPage } from '~/pages/dashboard-category-update'
const DashboardCategoryUpdateLayout = () => <UpdateCategoryPage />
export default DashboardCategoryUpdateLayout