🚀 Get model to generate task list

This commit is contained in:
Asim Shrestha
2023-04-07 00:08:04 -07:00
parent 3f85f835c7
commit 1a3ecbe369
9 changed files with 698 additions and 21 deletions

View File

@@ -20,7 +20,6 @@ const DefaultLayout = (props: LayoutProps) => {
<link rel="icon" href="/favicon.ico"/>
</Head>
<DottedGridBackground>
<Header />
<main className="flex flex-col justify-center items-center w-screen h-screen ">
{props.children}
</main>