doings-projects-stuffs / financial-calculator

GNU General Public License v3.0
0 stars 0 forks source link

Convert project to an ES module #4

Closed zhannaklimanova closed 4 months ago

zhannaklimanova commented 4 months ago

Constant warnings about this ES module conversion. Also, this would help if we want to include a utilities file and import it throughout the pages.

zhannaklimanova commented 4 months ago

Added "type": "module" to package.json to remove these warnings.