Moves unique styles of Segment component from common files to local one
This commit is contained in:
+3
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user