1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Rename page to PageDebugError

This commit is contained in:
Steffo 2022-07-21 00:01:19 +02:00
parent e051c01bc7
commit dd002a1511
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -17,7 +17,7 @@ export async function getStaticProps(context: NextPageContext) {
} }
const Page500: NextPage = (props) => { const PageDebugError: NextPage = (props) => {
const { t } = useTranslation() const { t } = useTranslation()
return <> return <>
@ -33,4 +33,4 @@ const Page500: NextPage = (props) => {
} }
export default Page500 export default PageDebugError