Skip to content

Commit 45702cc

Browse files
committed
chore: migrate the dashboard components to feature
1 parent 870c152 commit 45702cc

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/router/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useSelector } from 'react-redux';
1010
import PropTypes from 'prop-types';
1111
import { PUBLIC_ROUTE } from './appRoutes';
1212

13-
const Dashboard = lazy(() => import('pages/Dashboard'));
13+
const Dashboard = lazy(() => import('features/Dashboard'));
1414
const SignInPage = lazy(() => import('pages/SignInPage'));
1515
const NotFound = lazy(() => import('pages/NotFoundPage'));
1616

0 commit comments

Comments
 (0)