import { NextPage } from "next" const Index: NextPage = () => <h1>Hello world!</h1> export default Index. And then run yarn dev to start the Dev server.
確定! 回上一頁