From c638a28d44572d56a567e062177797bf8168fb73 Mon Sep 17 00:00:00 2001 From: Xc Date: Wed, 28 Dec 2022 11:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/config.ts | 1 - 1 file changed, 1 deletion(-) 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';