dees-appui-catalog/ts_web/index.ts

9 lines
106 B
TypeScript
Raw Normal View History

2020-09-17 10:12:40 +00:00
export * from './elements/index';
import * as themelogic from './themelogic';
export {
themelogic
};