communications app, popup lib

This commit is contained in:
2023-04-08 11:46:20 +08:00
parent 449196b491
commit f85d4c9903
25 changed files with 746 additions and 279 deletions

View File

@ -1,5 +1,7 @@
import CustomerCommunication from "./app/communications/customer";
import InternalComment from "./app/communications/internal";
export {
CustomerCommunication
CustomerCommunication,
InternalComment
}