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