fix: base component dirs, remove duplicate component instance
This commit is contained in:
@@ -4,7 +4,7 @@ import { LanguageManager } from '@/components/LanguageManager';
|
||||
import { RouterProvider } from 'react-router-dom';
|
||||
import { router } from '@/routes';
|
||||
import { useAuth } from './hooks/useAuth';
|
||||
import { Loading } from './components/Loading';
|
||||
import { Loading } from './components/routes/Loading';
|
||||
|
||||
function App() {
|
||||
const { authFinished } = useAuth();
|
||||
|
||||
Reference in New Issue
Block a user