2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-03-18 15:30:38 +00:00

ES6 modules

This commit is contained in:
2019-07-15 14:22:40 +03:00
parent 1e522af044
commit fdfa690b23
50 changed files with 474 additions and 244 deletions

2
src/esiur.js Normal file
View File

@@ -0,0 +1,2 @@
import wh from './Resource/Warehouse.js';
export default wh;