moved temp-loading

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-14 15:40:17 +01:00
parent cdcaab7211
commit e82e340325

View file

@ -0,0 +1,3 @@
export default async function LoadingPage() {
return <h1>This is a temporary loading screen</h1>;
}