material-you-react/app/page.tsx

4 lines
70 B
TypeScript
Raw Normal View History

2024-01-31 22:24:13 +03:00
export default function Page() {
return <h1>Hello, Next.js!</h1>;
}