diff --git a/app/AI.tsx b/app/AI.tsx index 80b1d7d..b391683 100644 --- a/app/AI.tsx +++ b/app/AI.tsx @@ -1,13 +1,15 @@ // AI.tsx import React from 'react'; -import InputBackend from './InputBackend'; +import InputOutputBackend from './InputOutputHandler'; const AI: React.FC = () => { return (