chore: update previews

This commit is contained in:
unix
2020-05-16 01:10:30 +08:00
parent 3bc8dff9dc
commit 02150bdef7
12 changed files with 16 additions and 122 deletions

View File

@@ -1,9 +1,10 @@
import React from 'react'
import { Page, Text } from '@zeit-ui/react'
import { Page, Text, Button } from '@zeit-ui/react'
const Home = () => (
<Page>
<Text>Hello world.</Text>
<Button>Action</Button>
</Page>
)