import type { FC } from 'react' const Panel: FC = () => { return (
Tool input
) } export default Panel