changed ui package

This commit is contained in:
PxlLoewe
2025-03-07 14:42:34 -07:00
parent 829e78a47d
commit 6fc20a66ef
5 changed files with 64 additions and 37 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./helper": "./src/helper/index.ts"
},
"scripts": {
"lint": "eslint . --max-warnings 0",