shabados / presenter

Desktop app for presenting the Shabad OS Database on projectors, TVs, and live streams
https://shabados.com
MIT License
19 stars 15 forks source link

fix: correct zoom imports to be relative instead of non-existent aliased #672

Closed ManpreetSL closed 1 year ago

ManpreetSL commented 1 year ago

Zoom.js imports were trying to access non-existent aliased imports. They've been changed to relative imports now.

Without this change, the app was unrunnable because the imports were not resolvable.