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