diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx new file mode 100644 index 0000000..25b5254 --- /dev/null +++ b/src/app/chat/page.tsx @@ -0,0 +1,32 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; + +export default function ChatPage() { + return ( + + +
+
+

3D Math Teacher

+
+

[3D Avatar Component: Teaching Active]

+
+
+
+

Whiteboard

+
+

[Real-time Whiteboard Canvas]

+
+
+
+
+ ); +} \ No newline at end of file