import type { NextPage } from 'next' import Head from 'next/head' import Counter from '../features/counter/Counter' import styles from '../styles/Home.module.css' const IndexPage: NextPage = () => { return (
Edit src/App.tsx
and save to reload.