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 }) { +