From 987799e9dbb2a5f708a7352ed79cada4d6814f28 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 29 Apr 2018 21:37:51 +0900 Subject: Refactor --- src/client/app/common/scripts/check-for-update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common/scripts/check-for-update.ts') 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) { -- cgit v1.2.3-freya