Skip to content

Commit 6f250fa

Browse files
committed
Remove nop route
1 parent 963ee21 commit 6f250fa

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

admin/src/Statistics/Routes.jsx

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

admin/src/Statistics/StatisticsOverview.js

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

admin/src/app.jsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import Messages from "./Messages/Routes";
2828
import Quiz from "./Quiz/Routes";
2929
import Sales from "./Sales/Routes";
3030
import Settings from "./Settings/Routes";
31-
import Statistics from "./Statistics/Routes";
3231
import BoxTerminator from "./boxTerminator/Routes";
3332

3433
const nav = {
@@ -125,11 +124,6 @@ const nav = {
125124
},
126125
],
127126
},
128-
{
129-
text: "Statistik",
130-
target: "/statistics",
131-
icon: "area-chart",
132-
},
133127
{
134128
text: "Inställningar",
135129
target: "/settings",
@@ -205,10 +199,6 @@ const App = () => {
205199
path="/messages"
206200
component={Messages}
207201
/>
208-
<Route
209-
path="/statistics"
210-
component={Statistics}
211-
/>
212202
<Route
213203
path="/settings"
214204
component={Settings}

0 commit comments

Comments
 (0)