in app/page.tsx [3:9]
export default function Main() { return ( <div className="relative size-full"> <App /> </div> ); }