【index.js】统一封装js函数,方便调用

This commit is contained in:
戒酒的李白
2024-07-03 14:40:31 +08:00
parent ff7cef5dd5
commit be340f402b
+3
View File
@@ -0,0 +1,3 @@
import Picker from './picker.js'
import Database from './database.js'
export { Picker, Database }