forked from abner/for-legacy-web
Add animations to loaders.
This commit is contained in:
@@ -12,7 +12,7 @@ export function App() {
|
||||
<Context>
|
||||
{/*
|
||||
// @ts-expect-error */}
|
||||
<Suspense fallback={<Preloader />}>
|
||||
<Suspense fallback={<Preloader type="spinner" />}>
|
||||
<Switch>
|
||||
<Route path="/login">
|
||||
<CheckAuth>
|
||||
|
||||
Reference in New Issue
Block a user