import { ref } from 'vue' // Simple store for sharing state between components export const pendingFile = ref(null)