import type { FC } from 'react' const Panel: FC = () => { return (
start panel inputs
) } export default Panel