diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-27 20:22:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-27 20:22:54 +0900 |
| commit | cb8663873dcb9f6e4897227f024dba0f41240373 (patch) | |
| tree | a459feb29fecdab60e463c16cc18eeebaa0adc0c /src/client/app/dev/script.ts | |
| parent | Remove unused code (diff) | |
| download | sharkey-cb8663873dcb9f6e4897227f024dba0f41240373.tar.gz sharkey-cb8663873dcb9f6e4897227f024dba0f41240373.tar.bz2 sharkey-cb8663873dcb9f6e4897227f024dba0f41240373.zip | |
Rename: 404 --> not-found
Diffstat (limited to 'src/client/app/dev/script.ts')
| -rw-r--r-- | src/client/app/dev/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/dev/script.ts b/src/client/app/dev/script.ts index 33b15bfb8e..9adcb84d7c 100644 --- a/src/client/app/dev/script.ts +++ b/src/client/app/dev/script.ts @@ -18,7 +18,7 @@ import Apps from './views/apps.vue'; import AppNew from './views/new-app.vue'; import App from './views/app.vue'; import ui from './views/ui.vue'; -import NotFound from '../common/views/pages/404.vue'; +import NotFound from '../common/views/pages/not-found.vue'; Vue.use(BootstrapVue); |