13 lines
452 B
TypeScript
13 lines
452 B
TypeScript
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
|
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
|
import {
|
|
ForgotPassword,
|
|
generateMetadata as generateMeta,
|
|
} from '@payloadcms/next/pages/ForgotPassword'
|
|
import { Metadata } from 'next'
|
|
import config from 'payload-config'
|
|
|
|
export const generateMetadata = async (): Promise<Metadata> => generateMeta({ config })
|
|
|
|
export default async () => <ForgotPassword config={config} />
|