diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2023-08-19 13:56:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 13:56:27 -0400 |
| commit | a311774cbcc9d003a0845b283b352f944befe08e (patch) | |
| tree | 5ed4fdd92ef00b5f4cfec71b9d843d9821738207 /electron/src/renderer/router | |
| parent | bb38378f86c1a03ae74c5cba87e2c6aecbe43900 (diff) | |
| parent | 09812b1e9e064778868a5019bbdd9580562b86f6 (diff) | |
Merge pull request #2479 from inkstitch/lexelby/unelectron-preferences
convert Preferences to wxPython
Diffstat (limited to 'electron/src/renderer/router')
| -rw-r--r-- | electron/src/renderer/router/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/electron/src/renderer/router/index.js b/electron/src/renderer/router/index.js index e90a8fd5..a38404da 100644 --- a/electron/src/renderer/router/index.js +++ b/electron/src/renderer/router/index.js @@ -13,11 +13,6 @@ const routes = [ component: () => import('../components/Simulator.vue') }, { - path: '/preferences', - name: 'preferences', - component: () => import('../components/Preferences.vue') - }, - { path: '/:pathMatch(.*)*', name: 'NotFound', component: () => import('../components/NotFound.vue') |
