ui-lib/lib/app.js

5 lines
104 B
JavaScript

import CustomerCommunication from "./app/communications/customer";
export {
CustomerCommunication
}