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/desktop/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/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index ebde75e3b4..b1948edc9c 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -28,7 +28,7 @@ import MkTag from './views/pages/tag.vue'; import MkReversi from './views/pages/games/reversi.vue'; import MkShare from './views/pages/share.vue'; import MkFollow from '../common/views/pages/follow.vue'; -import MkNotFound from '../common/views/pages/404.vue'; +import MkNotFound from '../common/views/pages/not-found.vue'; import Ctx from './views/components/context-menu.vue'; import PostFormWindow from './views/components/post-form-window.vue'; |