13 lines
397 B
TypeScript
13 lines
397 B
TypeScript
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
|
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
|
// import { CollectionList } from '@payloadcms/next/pages/CollectionList'
|
|
import { Document } from '@payloadcms/next/pages/Document'
|
|
import config from 'payload-config'
|
|
|
|
export default ({ params, searchParams }) =>
|
|
Document({
|
|
params,
|
|
searchParams,
|
|
config,
|
|
})
|