import {SetControls, CloseControls} from "../../../components/Layout/Control" export const ControlBar = { set: (e) => { SetControls(e) }, close: () => { CloseControls() } }