Add first Path modal to HUB
This commit is contained in:
@@ -3,8 +3,8 @@ import { DiscordLogoIcon, InstagramLogoIcon, ReaderIcon } from "@radix-ui/react-
|
||||
import { HorizontalNav, VerticalNav } from "../_components/Nav";
|
||||
import { redirect } from "next/navigation";
|
||||
import { getServerSession } from "../api/auth/[...nextauth]/auth";
|
||||
import { Error } from "_components/Error";
|
||||
import { EmailVerification } from "_components/EmailVerification";
|
||||
import { FirstPath } from "./_components/FirstPath";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "VAR: Hub",
|
||||
@@ -46,6 +46,7 @@ export default async function RootLayout({
|
||||
<EmailVerification />
|
||||
</div>
|
||||
)}
|
||||
<FirstPath />
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user