ui-lib/lib/app.js

12 lines
429 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";
import { createHideMessageTitleButton } from "./app/communications/lib";
export {
CustomerCommunication,
InternalComment,
CustomerRecordComment,
createHideMessageTitleButton
}