()
| 12 | } |
| 13 | |
| 14 | export default function Example() { |
| 15 | return ( |
| 16 | <Box alignItems="center" display="flex" height="100%" justifyContent="center" padding={8}> |
| 17 | <Flex> |
| 18 | <Box paddingX={4}> |
| 19 | <Block |
| 20 | text="Use the search bar to discover ideas, people and trends. Explore suggested topics or search for topics of your own." |
| 21 | title="Discover ideas" |
| 22 | /> |
| 23 | </Box> |
| 24 | <Divider /> |
| 25 | <Box paddingX={4}> |
| 26 | <Block |
| 27 | text="Upload an image from your computer or mobile device to create a Pin. You can also create Pins from images you find online." |
| 28 | title="Create Pins" |
| 29 | /> |
| 30 | </Box> |
| 31 | </Flex> |
| 32 | </Box> |
| 33 | ); |
| 34 | } |
nothing calls this directly
no outgoing calls
no test coverage detected