Skip to content

Commit 84aa759

Browse files
authored
Merge pull request #377 from frank-weindel/fix/local-cookies-import
Fix localcookies import to pull from ESM file (as it originally did)
2 parents 6d32542 + 871e43b commit 84aa759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import Settings from '../Settings'
21-
import localCookie from 'localcookies'
21+
import localCookie from 'localcookies/module/localCookie.js'
2222

2323
let namespace
2424
let lc

0 commit comments

Comments
 (0)