From 8ba22bdc8a4752fb55c76ce0f745040fcafb58c3 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Thu, 3 Oct 2024 16:00:18 -0400 Subject: [PATCH] Update root.tsx --- app/app/root.tsx | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/app/app/root.tsx b/app/app/root.tsx index d793039..880a71b 100644 --- a/app/app/root.tsx +++ b/app/app/root.tsx @@ -20,7 +20,7 @@ import "./styles/typography.css"; import './styles/global.css'; import ScrollToTopButton from "./components/ScrollToTopButton"; -// import ChatbotScript from "./components/ChatBot"; +import ChatbotScript from "./components/ChatBot"; export const meta: MetaFunction = () => { return [ @@ -46,8 +46,29 @@ export function Layout({ children }: { children: React.ReactNode }) { +