Skip to content

Commit 2d56d97

Browse files
committed
remove empty route
1 parent 2d52cfd commit 2d56d97

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

apps/react-starter/src/main.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import "./i18n";
77
import App from "./App.tsx";
88
import OverviewPage from "./pages/overview/index.tsx";
99
import DevicesPage from "./pages/devices/index.tsx";
10-
import AnalyticsPage from "./pages/analytics/index.tsx";
1110
import "@siemens/ix/dist/siemens-ix/siemens-ix.css";
1211

1312
function optionalTheme() {
@@ -43,10 +42,6 @@ const router = createHashRouter([
4342
path: "/devices",
4443
element: <DevicesPage />,
4544
},
46-
{
47-
path: "/analytics",
48-
element: <AnalyticsPage />,
49-
},
5045
],
5146
},
5247
]);

apps/react-starter/src/pages/analytics/index.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)