diff --git a/src/features/config.ts b/src/features/config.ts index 13d76bf7b..d6313c254 100644 --- a/src/features/config.ts +++ b/src/features/config.ts @@ -1,5 +1,4 @@ import { Feature } from 'oak-frontend-base/lib/types/Feature'; -import { AspectWrapper } from 'oak-domain/lib/types'; import { AspectDict } from '../aspects/AspectDict'; import { EntityDict } from '../general-app-domain'; import { Cache } from 'oak-frontend-base/lib/features/cache';