1 2 3 4 5 6 7
export default function NotFound() { return ( <div className="flex size-full"> <div className="m-auto text-3xl">Not Found :(</div> </div> ); }