refactor(dashboard): correct component import and usage in DashboardPage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CONFIG } from 'src/config-global';
|
||||
|
||||
import { OverviewAnalyticsView as DashboardView } from 'src/sections/overview/view';
|
||||
import { OverviewAnalyticsView as DashboardView, OverviewAnalyticsView } from 'src/sections/overview/view';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function Page() {
|
||||
/>
|
||||
<meta name="keywords" content="react,material,kit,application,dashboard,admin,template" />
|
||||
|
||||
<DashboardView />
|
||||
<OverviewAnalyticsView />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user