import Head from "next/head"; import React from "react"; import styles from "../styles/Home.module.css"; import nextPackage from "next/package.json"; export default function Home({}) { return (
Next.js

Welcome to Next.js! v {nextPackage.version}

Get started by editing{" "} pages/index.tsx

); }