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