ui-lib/lib/app.js
2023-08-28 15:04:23 +08:00

10 lines
322 B
JavaScript

import "./app/communications/style.scss";
import CustomerCommunication from "./app/communications/customer";
import InternalComment from "./app/communications/internal";
import CustomerRecordComment from "./app/communications/comments";
export {
CustomerCommunication,
InternalComment,
CustomerRecordComment
}