1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Set babel.

This commit is contained in:
Bogdan Bodnar
2019-08-23 15:20:22 +02:00
parent 02ca27e49c
commit 7b38c1658c
69 changed files with 2577 additions and 1269 deletions

16
src/index.js Normal file
View File

@ -0,0 +1,16 @@
import * as api from './api';
import * as bootstrap from './bootstrap';
import * as form from './form';
import * as testUtils from './testUtils';
import * as validations from './validations';
import {Portal} from './utils';
export {
api,
bootstrap,
form,
testUtils,
validations,
Portal,
}