import store from "@lincode/reactivity"

export const [setBackgroundColor, getBackgroundColor] = store("#000000")
