import { definePlugin } from "@halo-dev/console-shared";
import AttachmentSelectorModal from "./components/AttachmentSelectorModal.vue";
export default definePlugin({
components: {
AttachmentSelectorModal,
},
});