export default async function Page() { return ( <div className={ "flex flex-col justify-center items-center min-h-screen py-2 w-full" } > test </div> ); }
© 2026 Hedgehog Software, LLC