statuspage/ts_web/index.ts
2020-09-19 13:59:30 +00:00

9 lines
106 B
TypeScript

export * from './elements/index';
import * as themelogic from './themelogic';
export {
themelogic
};