feat: add activity ai chatbot UI and functionality

This commit is contained in:
swve 2024-01-01 18:13:17 +01:00
parent cf681b2260
commit 19d8db9a20
11 changed files with 312 additions and 114 deletions

View file

@ -1,6 +1,8 @@
"use client";
import "../styles/globals.css";
import StyledComponentsRegistry from "../components/Utils/libs/styled-registry";
import { GeistSans } from 'geist/font/sans';
import { motion } from "framer-motion";
export default function RootLayout({ children }: { children: React.ReactNode }) {