Moves unique styles of Segment component from common files to local one

This commit is contained in:
mashazyu
2020-03-23 15:32:53 +01:00
committed by Sofiya Tepikin
parent 78d4077fb4
commit fb519c4380
4 changed files with 32 additions and 36 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
import Colors from './colors'
import Containers from './containers'
import Typography from './typography'
import Spacing from './spacing'
import Typography, { sizes as Sizes } from './typography'
export { Colors, Containers, Typography }
export { Colors, Containers, Spacing, Sizes, Typography }