mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +08:00
chore: update previews
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user