From df3144ea73bfc929e981bf5dc2f46a1d6adbcfa0 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 25 Nov 2021 10:46:30 +0100 Subject: [PATCH] Remove unused reference --- src/commands/Folders.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/Folders.ts b/src/commands/Folders.ts index 19653ab2..7328a283 100644 --- a/src/commands/Folders.ts +++ b/src/commands/Folders.ts @@ -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';