We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d52cfd commit 2d56d97Copy full SHA for 2d56d97
apps/react-starter/src/main.tsx
@@ -7,7 +7,6 @@ import "./i18n";
7
import App from "./App.tsx";
8
import OverviewPage from "./pages/overview/index.tsx";
9
import DevicesPage from "./pages/devices/index.tsx";
10
-import AnalyticsPage from "./pages/analytics/index.tsx";
11
import "@siemens/ix/dist/siemens-ix/siemens-ix.css";
12
13
function optionalTheme() {
@@ -43,10 +42,6 @@ const router = createHashRouter([
43
42
path: "/devices",
44
element: <DevicesPage />,
45
},
46
- {
47
- path: "/analytics",
48
- element: <AnalyticsPage />,
49
- },
50
],
51
52
]);
apps/react-starter/src/pages/analytics/index.tsx
0 commit comments