From 16c98b560fe600d61bb394f33eb61dd9560fd15a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 2 Jan 2023 16:13:32 +0800 Subject: [PATCH] :rotating_light: --- app/src/config/repos.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/config/repos.ts b/app/src/config/repos.ts index 527806fa5..876d8fe77 100644 --- a/app/src/config/repos.ts +++ b/app/src/config/repos.ts @@ -1,6 +1,5 @@ import {needSubscribe} from "../util/needSubscribe"; import {fetchPost} from "../util/fetch"; -import {isMobile} from "../util/functions"; import {showMessage} from "../dialog/message"; import {bindSyncCloudListEvent, getSyncCloudList} from "../sync/syncGuide"; import {hasClosestByClassName} from "../protyle/util/hasClosest";