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/mobile/script.ts | |
| parent | Remove unused code (diff) | |
| download | misskey-cb8663873dcb9f6e4897227f024dba0f41240373.tar.gz misskey-cb8663873dcb9f6e4897227f024dba0f41240373.tar.bz2 misskey-cb8663873dcb9f6e4897227f024dba0f41240373.zip | |
Rename: 404 --> not-found
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 5dc39ad788..e0ccbad792 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -31,7 +31,7 @@ import MkReversi from './views/pages/games/reversi.vue'; import MkTag from './views/pages/tag.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 PostForm from './views/components/post-form-dialog.vue'; import FileChooser from './views/components/drive-file-chooser.vue'; |