jjranalli/nightwind

nightwind/helper not exporting default

mavdotjs opened this issue · 1 comments

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'

im using svelte btw