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