source:
src/app/loading.tsx@
5d6f37a
Last change on this file since 5d6f37a was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 232 bytes |
Line | |
---|---|
1 | 'use client'; |
2 | |
3 | // components |
4 | import { SplashScreen } from 'src/components/loading-screen'; |
5 | |
6 | // ---------------------------------------------------------------------- |
7 | |
8 | export default function Loading() { |
9 | return <SplashScreen />; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.