more cleanup

This commit is contained in:
talksik
2022-06-10 05:49:14 -05:00
parent 1d0b0f197a
commit 96878a5d4a
4 changed files with 5 additions and 40 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import Login from './Login';
import React from 'react';
import useAuth from '../../providers/AuthProvider';
import Login from './login/Login';
import useAuth from '../providers/AuthProvider';
export default function ProtectedRoute({ children }: { children: React.ReactNode }) {
const { user } = useAuth();