-
-
Notifications
You must be signed in to change notification settings - Fork 672
Closed
Labels
Description
So after creating #21
I now realize why I came to the conclusion import did not work.
If you try export * from 'myfile'
, you will get the following console output:
And if I remember correctly, imports dont work this way as well.
Thank you!