statuspage/ts_web/index.ts

9 lines
106 B
TypeScript
Raw Normal View History

2020-09-19 13:59:30 +00:00
export * from './elements/index';
import * as themelogic from './themelogic';
export {
themelogic
};