From 5e41f80154ab7f496e1dcc7a1672fbb00e79835b Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Fri, 11 Oct 2024 09:41:09 +0200 Subject: [PATCH] Ai comment --- app/components/AI.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;