26-05-2025/Removed ChatWidget

This commit is contained in:
2025-05-26 09:51:20 +02:00
parent b19c24efc1
commit 9c14197f0c
3 changed files with 4 additions and 28 deletions

View File

@ -3,7 +3,6 @@ import { Poppins } from "next/font/google";
import "./globals.css";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
import ChatbotWidget from "@/components/ChatbotWidget";
import { ThemeProvider } from "@/providers/theme-provider";
const poppins = Poppins({
@ -95,7 +94,6 @@ export default function RootLayout({
<Header />
<main>{children}</main>
<Footer />
<ChatbotWidget />
</ThemeProvider>
</body>
</html>