Skip to content

Commit 304a2ec

Browse files
committed
fix: revert react missing from PrivateRoute scope
1 parent fd962d2 commit 304a2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/components/PrivateRoute/PrivateRoute.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import CircularProgress from '@material-ui/core/CircularProgress';
23
import { Navigate } from 'react-router-dom';
34
import { useAuth } from '../../auth/AuthProvider';

0 commit comments

Comments
 (0)