MaterialFoundry / MaterialDeck

41 stars 20 forks source link

Fix for error in template.js import statement #109

Closed anthonyscorrea closed 1 year ago

anthonyscorrea commented 1 year ago

The module does not load due to import {} from "../misc" I'm guessing this is either an oversight or something that changed in javascript/node since the template was created.

Addresses #108