updated all requires to use import instead

This commit is contained in:
ayeuhugyu 2023-09-24 17:17:32 -07:00
parent ba443111c8
commit 7d5d32fec1
25 changed files with 109 additions and 98 deletions

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},