// AI.tsx import React from 'react'; import InputBackend from './InputBackend'; const AI: React.FC = () => { return (
); }; export default AI;