File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/pages/dashboard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const Insights = LoadableComponent({
4242 loadingComponent : < Card loading /> ,
4343} ) ;
4444
45- const DashboardIndex = ( props : { token : string } ) => (
45+ const Dashboard = ( props : { token : string } ) => (
4646 < >
4747 < Row type = "flex" gutter = { 16 } >
4848 < Col className = "pb-2 pb-sm-3" xs = { 24 } xl = { 12 } >
@@ -83,4 +83,4 @@ const DashboardIndex = (props: { token: string }) => (
8383 </ >
8484) ;
8585
86- export default DashboardIndex ;
86+ export default Dashboard ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { useIntervalContext } from '../contexts/IntervalContext';
99import LoadableComponent from '../config/LoadableComponent' ;
1010
1111const DashboardIndex = LoadableComponent ( {
12- componentPathName : 'components/pages/dashboard/DashboardIndex ' ,
12+ componentPathName : 'components/pages/dashboard' ,
1313} ) ;
1414
1515const FourOhFour = LoadableComponent ( {
You can’t perform that action at this time.
0 commit comments