5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import CustomerCommunication from "./app/communications/customer";
|
|
|
|
export {
|
|
CustomerCommunication
|
|
} |