B2B-88: add starter kit structure and elements
This commit is contained in:
5
app/home/loading.tsx
Normal file
5
app/home/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GlobalLoader } from '@kit/ui/global-loader';
|
||||
|
||||
export default function Loading() {
|
||||
return <GlobalLoader fullPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user