mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-23 03:50:06 +08:00
refactor(page): rename index page component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Head from 'next/head'
|
||||
import { Text, Card, Note, Code, Spacer } from '@zeit-ui/react'
|
||||
|
||||
export default function Home() {
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="container">
|
||||
<Head>
|
||||
|
||||
Reference in New Issue
Block a user