diff --git a/src/lib/types/stores/project-store.ts b/src/lib/types/stores/project-store.ts index 6ca53d4a97..cff7a92c8b 100644 --- a/src/lib/types/stores/project-store.ts +++ b/src/lib/types/stores/project-store.ts @@ -1,4 +1,3 @@ -import { DateFileAppender } from 'log4js'; import { IProject } from '../model'; import { Store } from './store';