app/page.tsx (8 lines of code) (raw):

import App from "@/components/app"; export default function Main() { return ( <div className="relative size-full"> <App /> </div> ); }