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