app change
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
import CustomerCommunication from "./app/communications/customer";
|
||||
import InternalComment from "./app/communications/internal";
|
||||
import Popup, { showAlert, showConfirm } from "./ui/popup";
|
||||
|
||||
export {
|
||||
CustomerCommunication,
|
||||
InternalComment
|
||||
InternalComment,
|
||||
Popup,
|
||||
showAlert,
|
||||
showConfirm
|
||||
}
|
Reference in New Issue
Block a user