feat: implement sharing page

This commit is contained in:
shadcn 2023-06-16 17:06:23 +04:00
parent 137bdadaf9
commit 6962beb8e2
12 changed files with 113 additions and 69 deletions

View file

@ -48,7 +48,9 @@ export default function RootLayout({ children }: RootLayoutProps) {
<div className="flex min-h-screen flex-col">
{/* @ts-ignore */}
<Header />
<main className="flex-1 bg-muted/50">{children}</main>
<main className="flex flex-1 flex-col bg-muted/50">
{children}
</main>
</div>
<TailwindIndicator />
</Providers>