Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
fix: also removed from router
Browse files Browse the repository at this point in the history
  • Loading branch information
martonborzak committed Jun 4, 2020
1 parent d3819b7 commit 8a52990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import EntitiesPage from './pages/entities/index.vue';
import ProfilesPage from './pages/profiles/index.vue';
import SettingsPage from './pages/settings/index.vue';
// import IRLearningPage from './pages/ir-learning/index.vue';
import SoftwareUpdatePage from './pages/software-update/index.vue';
// import SoftwareUpdatePage from './pages/software-update/index.vue';
import AdvancedPage from './pages/advanced/index.vue';
import { Inject, Singleton } from './utilities/dependency-injection';
import { ServerConnection } from './server';
Expand Down

0 comments on commit 8a52990

Please sign in to comment.