antares/src/main/ipc-api/index.js

6 lines
83 B
JavaScript

import connection from './connection';
export default () => {
connection();
};