Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed May 14, 2024
1 parent af62f30 commit ff5ee63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/boot/globalEvent/command/global.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {newDailyNote} from "../../../util/mount";
import {openHistory} from "../../../history/history";
import {Editor} from "../../../editor";
import type {Editor} from "../../../editor";
/// #if MOBILE
import {openDock} from "../../../mobile/dock/util";
import {popMenu} from "../../../mobile/menu";
Expand All @@ -12,9 +12,9 @@ import {getAllTabs} from "../../../layout/getAll";
import {getInstanceById} from "../../../layout/util";
import {closeTabByType, getActiveTab, getDockByType, switchTabByIndex} from "../../../layout/tabUtil";
import {openSetting} from "../../../config";
import {Tab} from "../../../layout/Tab";
import type {Tab} from "../../../layout/Tab";
/// #endif
import {App} from "../../../index";
import type {App} from "../../../index";
import {Constants} from "../../../constants";
import {setReadOnly} from "../../../config/util/setReadOnly";

Expand Down

0 comments on commit ff5ee63

Please sign in to comment.