mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Rename page to PageDebugLoading
This commit is contained in:
parent
dd002a1511
commit
dc69504e08
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ export async function getStaticProps(context: NextPageContext) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const Page500: NextPage = (props) => {
|
const PageDebugLoading: NextPage = (props) => {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
|
@ -33,4 +33,4 @@ const Page500: NextPage = (props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export default Page500
|
export default PageDebugLoading
|
||||||
|
|
Loading…
Reference in a new issue