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

5 lines
188 B
TypeScript
Raw Normal View History

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