import type {NextPage} from 'next' const HomePage: NextPage = () => { return <div>Welcome to Next.js!</div> } export default HomePage.
確定! 回上一頁