material-you-react/app/page.tsx

4 lines
70 B
TypeScript

export default function Page() {
return <h1>Hello, Next.js!</h1>;
}