import { atom } from "jotai"; export const historyAtoms = atom(false); export const activeHistoryIdAtom = atom('');