Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed Dec 19, 2024
1 parent a5689c2 commit 63c8e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/pages/authentication/Unauthorized.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useRoutes } from 'react-router-dom';

// routes
import MainRoutes from './MainRoutes';
import AuthenticationRoutes from './AuthenticationRoutes';
import MainRoutes from 'routes/MainRoutes';
import AuthenticationRoutes from 'routes/AuthenticationRoutes';

// ===========================|| ROUTING RENDER ||=========================== //

Expand Down

0 comments on commit 63c8e06

Please sign in to comment.