Skip to content

Commit

Permalink
fix cookie-consent.js
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 2, 2024
1 parent d5ea300 commit 594e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/cookie-consent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
setCookie, getCookie, issetCookie, removeCookie,
} from './cookie.js';
} from './cookie';

(() => {
const prefix = 'spruce';
Expand Down

0 comments on commit 594e2c3

Please sign in to comment.