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

Rename page to PageDebugLoading

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

View file

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