We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa63b57 + 3cfefba commit a0ea303Copy full SHA for a0ea303
src-ts/utils/home/Home.tsx
@@ -1,11 +1,7 @@
1
import { FC, useContext, useEffect } from 'react'
2
import { NavigateFunction, useNavigate } from 'react-router-dom'
3
4
-import {
5
- LoadingSpinner,
6
- routeContext,
7
- RouteContextData,
8
-} from '../../lib'
+import { routeContext, RouteContextData } from '../../lib'
9
import '../../lib/styles/index.scss'
10
11
const Home: FC<{}> = () => {
@@ -35,7 +31,6 @@ const Home: FC<{}> = () => {
35
31
36
32
return (
37
33
<div className='full-height-frame'>
38
- <LoadingSpinner hide={showLoggedOut} />
39
34
{showLoggedOut && <LoggedOut />}
40
</div>
41
)
0 commit comments