amotify 0.2.151 → 0.2.153

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.
@@ -6,21 +6,14 @@ import $$,{ UUID } from 'jmini'
6
6
 
7
7
  import {
8
8
  Config,
9
- Row,
10
- Card,
11
9
  useRouterEffect,
12
10
  LaunchReactApp,
13
11
  Input,
14
12
  Box,
15
- Anchor,
16
13
  pageRouter,
17
14
  Button,
18
15
  Plate,
19
16
  Column,
20
- Sheet,
21
- Text,
22
- FAI,
23
- Accordion,
24
17
  } from 'amotify'
25
18
 
26
19
  import '../../dist/@styles/style.css'
@@ -40,7 +33,7 @@ let Test = () => {
40
33
  let accordionID = 'accordionIDD'
41
34
 
42
35
  return <Box>
43
- {/* <Plate size='S'>
36
+ <Plate size='S'>
44
37
  <Column
45
38
  padding={ 2 }
46
39
  >
@@ -76,9 +69,9 @@ let Test = () => {
76
69
  Link
77
70
  </Button.Link.Plain>
78
71
  </Column>
79
- </Plate> */}
80
- <DesignBook
81
- />
72
+ </Plate>
73
+ {/* <DesignBook
74
+ /> */}
82
75
  </Box>
83
76
  }
84
77