diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-17 21:34:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-17 21:34:20 +0900 |
| commit | 10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449 (patch) | |
| tree | 45993e72fc830697672cf3121242406d1fffebec /src/client/init.ts | |
| parent | wip (diff) | |
| download | sharkey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.tar.gz sharkey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.tar.bz2 sharkey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.zip | |
リファクタ等
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/client/init.ts b/src/client/init.ts index c3be85a850..146c54fa62 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -49,15 +49,16 @@ import { router } from '@/router'; import { applyTheme } from '@/scripts/theme'; import { isDeviceDarkmode } from '@/scripts/is-device-darkmode'; import { i18n } from '@/i18n'; -import { stream, isMobile, dialog, post } from '@/os'; +import { stream, dialog, post } from '@/os'; import * as sound from '@/scripts/sound'; import { $i, refreshAccount, login, updateAccount, signout } from '@/account'; import { defaultStore, ColdDeviceStorage } from '@/store'; import { fetchInstance, instance } from '@/instance'; -import { makeHotkey } from './scripts/hotkey'; -import { search } from './scripts/search'; -import { getThemes } from './theme-store'; -import { initializeSw } from './scripts/initialize-sw'; +import { makeHotkey } from '@/scripts/hotkey'; +import { search } from '@/scripts/search'; +import { isMobile } from '@/scripts/is-mobile'; +import { getThemes } from '@/theme-store'; +import { initializeSw } from '@/scripts/initialize-sw'; console.info(`Misskey v${version}`); |