8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
import "./app/communications/style.scss";
|
|
import CustomerCommunication from "./app/communications/customer";
|
|
import InternalComment from "./app/communications/internal";
|
|
|
|
export {
|
|
CustomerCommunication,
|
|
InternalComment
|
|
} |