5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
|
|
import { UpdateContentsPage } from '~/pages/contents-update'
|
||
|
|
|
||
|
|
const DashboardContentUpdateLayout = () => <UpdateContentsPage />
|
||
|
|
export default DashboardContentUpdateLayout
|