2022-05-07 20:08:51 +05:30
|
|
|
import initEnvironments from '~/environments/index';
|
2018-03-27 19:54:05 +05:30
|
|
|
|
2022-05-07 20:08:51 +05:30
|
|
|
const el = document.getElementById('environments-table');
|
2021-12-11 22:18:48 +05:30
|
|
|
|
2022-05-07 20:08:51 +05:30
|
|
|
initEnvironments(el);
|