7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
import CustomerCommunication from "./app/communications/customer";
|
|
import InternalComment from "./app/communications/internal";
|
|
|
|
export {
|
|
CustomerCommunication,
|
|
InternalComment
|
|
} |