Skip to content

Commit

Permalink
fix: type import that is only available ts 3.8 or higher (niklasvh#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh authored Aug 5, 2021
1 parent 6651fc6 commit c5c6fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cache-storage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {FEATURES} from './features';
import type {Context} from './context';
import {Context} from './context';

export class CacheStorage {
private static _link?: HTMLAnchorElement;
Expand Down

0 comments on commit c5c6fa0

Please sign in to comment.