amotify 0.2.131 → 0.2.132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,8 @@ let Test = () => {
47
47
  } )
48
48
 
49
49
  return <Box>
50
+ <DesignBook
51
+ />
50
52
  <Box
51
53
  padding={ 6 }
52
54
  >
@@ -113,8 +115,6 @@ let Test = () => {
113
115
  </Column>
114
116
  </Sheet.Body>
115
117
  </Sheet.Element>
116
- {/* <DesignBook
117
- /> */}
118
118
 
119
119
  {/* <Row.Center
120
120
  padding={ 2 }