diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 21:37:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 21:37:51 +0900 |
| commit | 987799e9dbb2a5f708a7352ed79cada4d6814f28 (patch) | |
| tree | 94c4ddfd59753e5c6e940b764f1364fed79f8b0f /src/client/app/common/scripts/check-for-update.ts | |
| parent | :art: (diff) | |
| download | sharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.tar.gz sharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.tar.bz2 sharkey-987799e9dbb2a5f708a7352ed79cada4d6814f28.zip | |
Refactor
Diffstat (limited to 'src/client/app/common/scripts/check-for-update.ts')
| -rw-r--r-- | src/client/app/common/scripts/check-for-update.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/check-for-update.ts b/src/client/app/common/scripts/check-for-update.ts index 3ed9d41e76..1e303017eb 100644 --- a/src/client/app/common/scripts/check-for-update.ts +++ b/src/client/app/common/scripts/check-for-update.ts @@ -1,4 +1,4 @@ -import MiOS from '../mios'; +import MiOS from '../../mios'; import { version as current } from '../../config'; export default async function(mios: MiOS, force = false, silent = false) { |