123
This commit is contained in:
@@ -4,6 +4,7 @@ import QueryProvider from "@/app/QueryProvider";
|
||||
import { AppHeader } from "@/app/components/AppHeader";
|
||||
import { AppFooter } from "@/app/components/AppFooter";
|
||||
import { ToastProvider } from "@/app/components/ui/ToastProvider";
|
||||
import { AutoLoginAdmin } from "@/app/components/AutoLoginAdmin";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -21,6 +22,7 @@ export default function RootLayout({
|
||||
<body className="min-h-screen bg-background text-foreground antialiased">
|
||||
<QueryProvider>
|
||||
<ToastProvider>
|
||||
<AutoLoginAdmin />
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<div className="sticky top-0 z-50 bg-white/80 backdrop-blur">
|
||||
<div className="mx-auto w-full">
|
||||
|
||||
Reference in New Issue
Block a user