diff --git a/src/lib/types/stores/project-store.ts b/src/lib/types/stores/project-store.ts index 6ca53d4a97f..cff7a92c8bc 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';