nightwind/helper not exporting default
mavdotjs opened this issue · 1 comments
mavdotjs commented
i have a file called nwpp.ts that adds a svelte store .dark to nightwind but i get this error from the browser:
Uncaught (in promise) SyntaxError: The requested module '/node_modules/nightwind/helper.js' does not provide an export named 'default'
this is the code that imports inside nwpp.ts
import nightwind from 'nightwind/helper'
mavdotjs commented
im using svelte btw