This commit is contained in:
mota
2025-11-02 13:32:19 +09:00
parent 2047e044d5
commit b10d41532b
34 changed files with 818 additions and 69 deletions

View File

@@ -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">