9 lines
278 B
TypeScript
9 lines
278 B
TypeScript
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
|
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
|
import { RootPage } from '@payloadcms/next/pages/Root'
|
|
import config from 'payload-config'
|
|
|
|
import './test.scss'
|
|
|
|
export default () => RootPage({ config })
|