import { atom } from 'jotai' export const serverEnabledAtom = atom(false)