fix(core): update

This commit is contained in:
2019-11-30 16:25:24 +00:00
parent aa4c9d6554
commit f536957bbd
7 changed files with 79 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
import * as pagechecks from './ul-interfaces.pagechecks';
import * as checkRequests from './ul-interfaces.checkrequest';
export {
pagechecks
checkRequests as pagechecks
};