Add common CSS and components

[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-11 13:17:04 +01:00
committed by Veljko V
parent f98229372e
commit c4d53df406
7 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export { default as Tabs } from './tabs';
export { default as Label } from './label';
export { default as Inputs } from './inputs';
export { default as SaveButton } from './save_button';
export { default as SegmentsSelect } from './segments_select';