11 lines
289 B
JavaScript
11 lines
289 B
JavaScript
import CustomerCommunication from "./app/communications/customer";
|
|
import InternalComment from "./app/communications/internal";
|
|
import Popup, { showAlert, showConfirm } from "./ui/popup";
|
|
|
|
export {
|
|
CustomerCommunication,
|
|
InternalComment,
|
|
Popup,
|
|
showAlert,
|
|
showConfirm
|
|
} |