diff --git a/src/core/cache-storage.ts b/src/core/cache-storage.ts index 278acb9..2be98ed 100644 --- a/src/core/cache-storage.ts +++ b/src/core/cache-storage.ts @@ -1,5 +1,5 @@ import {FEATURES} from './features'; -import type {Context} from './context'; +import {Context} from './context'; export class CacheStorage { private static _link?: HTMLAnchorElement;