From 4d5ab776a291eb106c57f9861d84a09937d1a0ad Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 19 Sep 2024 11:12:32 +0800 Subject: [PATCH] :rotating_light: --- app/src/protyle/preview/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/preview/index.ts b/app/src/protyle/preview/index.ts index bea7bdccd..d74854d45 100644 --- a/app/src/protyle/preview/index.ts +++ b/app/src/protyle/preview/index.ts @@ -10,7 +10,7 @@ import {getSearch, isMobile} from "../../util/functions"; import {shell} from "electron"; /// #endif /// #if !MOBILE -import {openAsset, openBy, updateOutline} from "../../editor/util"; +import {openAsset, openBy} from "../../editor/util"; import {getAllModels} from "../../layout/getAll"; /// #endif import {fetchPost} from "../../util/fetch";