fix: removed comments

This commit is contained in:
Elie Baier 2023-12-20 14:55:17 +01:00
parent d31e709583
commit 9ed99fff25
1 changed files with 0 additions and 11 deletions

View File

@ -16,17 +16,6 @@ export default async function Play() {
<div className={'w-full h-[100vh] text-[#F0F0F0] bg-black p-12 flex flex-col items-center justify-center gap-y-28'}> <div className={'w-full h-[100vh] text-[#F0F0F0] bg-black p-12 flex flex-col items-center justify-center gap-y-28'}>
<Image src={Logo} alt={'Logo'} width={100} height={200} className={'mx-auto w-full md:w-[400px]'} /> <Image src={Logo} alt={'Logo'} width={100} height={200} className={'mx-auto w-full md:w-[400px]'} />
<TodayTest session={session} /> <TodayTest session={session} />
{/* <TestCard data={data} error={error} isLoading={isLoading} /> */}
{/* {data && data.status == 200 && password && <GradingForm password={password} data={data} />} */}
{/* <div>
<button
onClick={async () => {
await signOut();
}}
>
<Image src={LogOut} alt={'Logo'} width={50} height={50} className={'mx-auto w-full md:w-[400px]'} />
</button>
</div> */}
</div> </div>
); );
} }