export const useCopySharedBase = createSharedComposable(() => { const sharedBaseId = ref(null) return { sharedBaseId, } })