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.
1 parent fd962d2 commit 304a2ecCopy full SHA for 304a2ec
src/ui/components/PrivateRoute/PrivateRoute.tsx
@@ -1,3 +1,4 @@
1
+import React from 'react';
2
import CircularProgress from '@material-ui/core/CircularProgress';
3
import { Navigate } from 'react-router-dom';
4
import { useAuth } from '../../auth/AuthProvider';
0 commit comments