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/auth/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/auth/script.ts')
| -rw-r--r-- | src/client/app/auth/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index 9dc6e57333..91bb24b108 100644 --- a/src/client/app/auth/script.ts +++ b/src/client/app/auth/script.ts @@ -9,7 +9,7 @@ import './style.styl'; import init from '../init'; import Index from './views/index.vue'; -import NotFound from '../common/views/pages/404.vue'; +import NotFound from '../common/views/pages/not-found.vue'; /** * init |