Expose Tag,Button common components for premium

[PREMIUM-145]
This commit is contained in:
Rostislav Wolny
2020-08-27 10:15:09 +02:00
committed by Veljko V
parent bef8dfdbd6
commit cbc4820c6a
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { default as Tag } from './tag/tag';
export { default as Button } from './button/button';