fix: prod issue

This commit is contained in:
Kinfe123 2024-06-26 01:18:57 +03:00
parent eea65a9ae2
commit 78fbaf14f0
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import Cta from "./Cta";
import { Toaster } from "@repo/ui/shadcn/toaster";
import Features from "./Features";
import Footer from "./footer";
import { auth } from "../helpers/server/auth";
import { auth } from "@/server/auth";
import Services from "./Features/index";
import { Showcases } from "./Showcase";
import BackgroundPlus from "./GridPatterns/PlusGrid";

View file

@ -74,12 +74,10 @@ export default function RootLayout({
className={cn(
`${inter.className} dark`,
GeistMono.variable,
GeistSans.variable
GeistSans.variable,
)}
>
{children}
<body className={`${inter.className} dark`}>
{children}
<Toaster />
</body>
</html>

View file

@ -11,6 +11,7 @@
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7"
}
}