1import { atom } from "jotai"; 2 3export const playerAtom = atom<"rockbox" | "spotify" | null>(null);