import { atom } from "jotai" type BackgroundTaskProgress = { label: string } export const backgroundTaskProgressAtom = atom( null, )