2025-03-08 00:47:33 +08:00
|
|
|
import { FormContentsPage } from '~/pages/form-contents'
|
2025-03-07 12:11:48 +08:00
|
|
|
|
2025-03-08 00:47:33 +08:00
|
|
|
const DashboardContentCreateLayout = () => <FormContentsPage />
|
2025-03-07 12:11:48 +08:00
|
|
|
export default DashboardContentCreateLayout
|