removed unused imports

This commit is contained in:
Jack 2021-04-13 17:07:46 +01:00
parent 4ba5b85630
commit 1d0f95d018
3 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import * as DB from "./db";
import * as Misc from "./misc";
import * as Sound from "./sound";
import * as TestUI from "./test-ui";
import * as ChartController from "./chart-controller";

View file

@ -1,6 +1,5 @@
import * as DB from "./db";
import * as TestUI from "./test-ui";
import * as Misc from "./misc";
export function saveActiveToLocalStorage() {
let tags = [];

View file

@ -1,6 +1,5 @@
import Config, * as UpdateConfig from "./config";
import * as Notifications from "./notifications";
import * as Misc from "./misc";
import * as Caret from "./caret";
import * as TestLogic from "./test-logic";
import * as CustomText from "./custom-text";