We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7c585 commit 361c95cCopy full SHA for 361c95c
src/App.tsx
@@ -6,7 +6,14 @@ import Loading from '@/common/component/Loading/Loading';
6
7
function App() {
8
return (
9
- <Suspense fallback={<Loading type="goal" />}>
+ <Suspense
10
+ fallback={
11
+ <Loading
12
+ type="goal"
13
+ // type="default"
14
+ />
15
+ }
16
+ >
17
<RouterProvider router={router} />
18
</Suspense>
19
);
0 commit comments