visuddhinanda hace 6 meses
padre
commit
989935d50a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      dashboard-v4/dashboard/src/pages/library/chat/new.tsx

+ 7 - 0
dashboard-v4/dashboard/src/pages/library/chat/new.tsx

@@ -0,0 +1,7 @@
+import { ChatContainer } from "../../../components/chat/ChatContainer";
+
+const AI = () => {
+  return <ChatContainer chatId="" />;
+};
+
+export default AI;