Files
piratepoet/assets/js/src/common/index.ts
Ján Mikláš 19c06528b9 Show emails stats in tabs
[PREMIUM-146]
2020-11-19 14:28:53 +01:00

4 lines
142 B
TypeScript

export { default as Tab } from './tabs/tab';
export { default as Tag } from './tag/tag';
export { default as Button } from './button/button';