File tree Expand file tree Collapse file tree 3 files changed +0
-59
lines changed
Expand file tree Collapse file tree 3 files changed +0
-59
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import Messages from "./Messages/Routes";
2828import Quiz from "./Quiz/Routes" ;
2929import Sales from "./Sales/Routes" ;
3030import Settings from "./Settings/Routes" ;
31- import Statistics from "./Statistics/Routes" ;
3231import BoxTerminator from "./boxTerminator/Routes" ;
3332
3433const 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 }
You can’t perform that action at this time.
0 commit comments