import Head from 'next/head'; import Link from 'next/link'; import styles from '../styles/Home.module.css'; export default function Home() { return (
Next.js Todo App

Welcome to todo app!

Get started by editing pages/index.tsx

); }