mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-12-28 14:23:02 +05:00
fix: fixing error when import module
This commit is contained in:
parent
c7ebdb78d4
commit
c2d1c85696
1 changed files with 1 additions and 1 deletions
2
src/adapters/cache/MapCache.js
vendored
2
src/adapters/cache/MapCache.js
vendored
|
@ -1,4 +1,4 @@
|
||||||
import ICacheAdapter from "./ICacheAdapter";
|
import ICacheAdapter from "./ICacheAdapter.js";
|
||||||
|
|
||||||
export default class MapCache extends ICacheAdapter {
|
export default class MapCache extends ICacheAdapter {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Reference in a new issue