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

5 lines
166 B
TypeScript
Raw Permalink Normal View History

import { FormContentsPage } from '~/pages/form-contents'
const DashboardContentCreateLayout = () => <FormContentsPage />
export default DashboardContentCreateLayout