mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
moved temp-loading
This commit is contained in:
parent
cdcaab7211
commit
e82e340325
1 changed files with 3 additions and 0 deletions
3
src/app/temp-loading/page.tsx
Normal file
3
src/app/temp-loading/page.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default async function LoadingPage() {
|
||||
return <h1>This is a temporary loading screen</h1>;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue