diff --git a/src/client/dd-hub-react/src/pages/dashboard.tsx b/src/client/dd-hub-react/src/pages/dashboard.tsx
index a078c39..90516c2 100644
--- a/src/client/dd-hub-react/src/pages/dashboard.tsx
+++ b/src/client/dd-hub-react/src/pages/dashboard.tsx
@@ -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() {
/>
-
+
>
);
}