import ImageToolbarPanel from '../../components/panel/ImageToolbarPanel.vue' import SpacerToolbarPanel from '../../components/panel/SpacerToolbarPanel.vue' import FooterPanel from '../../components/panel/FooterPanel.vue' export const BasePanels = { ImageToolbarPanel, SpacerToolbarPanel, FooterPanel }