Remove unused reference

This commit is contained in:
Elio Struyf
2021-11-25 10:46:30 +01:00
parent a170cc3ad9
commit df3144ea73
+1 -1
View File
@@ -6,7 +6,7 @@ import { ContentFolder, FileInfo, FolderInfo } from "../models";
import uniqBy = require("lodash.uniqby");
import { Template } from "./Template";
import { Notifications } from "../helpers/Notifications";
import { FilesHelper, Settings } from "../helpers";
import { Settings } from "../helpers";
import { existsSync, mkdirSync } from 'fs';
import { format } from 'date-fns';
import { Dashboard } from './Dashboard';