salix/client/core/src/core.js

7 lines
180 B
JavaScript
Raw Normal View History

2017-02-07 13:34:26 +00:00
export * from './config';
export * from './module';
2017-02-07 13:34:26 +00:00
export * from './directives/index';
2017-02-08 11:45:55 +00:00
export * from './filters/index';
2017-02-07 13:34:26 +00:00
export * from './lib/index';
export * from './components';