Pfadauswahl hinzugefügt
This commit is contained in:
@@ -4,6 +4,7 @@ import { getServerSession } from "./api/auth/[...nextauth]/auth";
|
||||
import { CustomErrorBoundary } from "_components/ErrorBoundary";
|
||||
import { Toaster } from "react-hot-toast";
|
||||
import "./globals.css";
|
||||
import { QueryProvider } from "_components/QueryClient";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
@@ -33,7 +34,9 @@ const RootLayout = async ({
|
||||
reverseOrder={false}
|
||||
/>
|
||||
</div>
|
||||
<CustomErrorBoundary>{children}</CustomErrorBoundary>
|
||||
<QueryProvider>
|
||||
<CustomErrorBoundary>{children}</CustomErrorBoundary>
|
||||
</QueryProvider>
|
||||
</body>
|
||||
</NextAuthSessionProvider>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user