import store from "@lincode/reactivity"

export const [setFileBrowser, getFileBrowser] = store(false)
