app/page.tsx (
8
lines of code) (
raw
):
import Image from "next/image"; export default function Home() { return ( <main> <p>uz-gabt-webapp</p> </main> ); }