diff --git a/app/components/AI.tsx b/app/components/AI.tsx index 824f6d6..a226840 100644 --- a/app/components/AI.tsx +++ b/app/components/AI.tsx @@ -5,9 +5,10 @@ import InputOutputBackend from '../backend/InputOutputHandler'; const AI: React.FC = () => { return (
+ {/* Render the InputOutputBackend component for AI input/output handling */}
); }; -export default AI; \ No newline at end of file +export default AI;