visuddhinanda 6 months ago
parent
commit
0eee9ef1b8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      dashboard-v4/dashboard/src/pages/library/chat/ai.tsx

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

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