material-you-react/app/page.tsx

4 lines
70 B
TypeScript
Raw Normal View History

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