mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-03 04:51:02 +02:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
import connection from './connection';
|
|
|
|
export default () => {
|
|
connection();
|
|
};
|