import { usePannelStore } from "_store/pannelStore"; export const OpenButton = () => { const { setOpen } = usePannelStore(); return ( ); };