changed ui package
This commit is contained in:
@@ -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",
|
||||
|
||||
1
packages/ui/src/helper/index.ts
Normal file
1
packages/ui/src/helper/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./event";
|
||||
Reference in New Issue
Block a user