Skip to content

Commit

Permalink
correct the import of cookie to import * from 'cookie'
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Nov 25, 2024
1 parent 14e7de8 commit a553b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-project/src/helpers/getCookie/getCookie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cookie from 'cookie'
import * as cookie from 'cookie'

export default function getCookie (name) {
if (document?.cookie) {
Expand Down

0 comments on commit a553b69

Please sign in to comment.