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

5 lines
172 B
TypeScript
Raw Normal View History

import { UpdateContentsPage } from '~/pages/contents-update'
const DashboardContentUpdateLayout = () => <UpdateContentsPage />
export default DashboardContentUpdateLayout