Skip to content

Commit bf2c142

Browse files
committed
Fix imports
1 parent 5931639 commit bf2c142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import Driver from "./driver";
7-
import { Memory } from "./drivers/memory";
7+
import Memory from "./drivers/memory";
88

99
export default class Cache {
1010
protected driver: Driver;

0 commit comments

Comments
 (0)