Skip to content

Commit

Permalink
Merge pull request #19 from BJS-kr/chore/fix_import
Browse files Browse the repository at this point in the history
fix import path
  • Loading branch information
BJS-kr authored Apr 24, 2024
2 parents b08b277 + d3449b1 commit da6b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default.storage.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ICacheStorage } from "../dist";
import { ICacheStorage } from "./types";

export class DefaultStorage implements ICacheStorage {
#storage: Map<string, any> = new Map();
Expand Down

0 comments on commit da6b278

Please sign in to comment.