1
0
Fork 0
mirror of synced 2024-06-22 16:10:40 +12:00

PR comments.

This commit is contained in:
mike12345567 2022-09-14 18:24:10 +01:00
parent cf7a9e47a2
commit f7ee55cc0e
3 changed files with 1 additions and 1 deletions

View file

@ -1,3 +1,4 @@
export * from "./config"
export * from "./user"
export * from "./userGroup"
export * from "./plugin"

View file

@ -1,7 +1,6 @@
export * from "./account"
export * from "./app"
export * from "./global"
export * from "./plugin"
export * from "./platform"
export * from "./document"
export * from "./pouch"