修复clock组件项目文件错误

This commit is contained in:
luojiahao 2022-11-19 15:06:32 +08:00
parent 955742e62d
commit 61a3846941
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
export * from './clock.js'

View File

@ -13,7 +13,7 @@
"default": "./index.js"
},
"./confirm.js": {
"default": "./clock.js"
"default": "./index.js"
},
"./package.json": "./package.json"
},