fix(core): update

This commit is contained in:
2020-05-11 00:36:58 +00:00
parent addec288bd
commit c0900e265b
9 changed files with 495 additions and 19 deletions

View File

@ -1,5 +1,5 @@
import { LeleElement } from './elements/lele-element';
import { WccDashboard } from './elements/wcc-dashboard';
export {
LeleElement
WccDashboard
};