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