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