index.js 112 Bytes
Newer Older
1 2 3
import initEnviroments from '~/environments/';

document.addEventListener('DOMContentLoaded', initEnviroments);