Files
material-you-react/app/page.tsx

4 lines
70 B
TypeScript
Raw Normal View History

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