import { atom } from "jotai"; // Atom to control the connector dialog open state from anywhere in the app export const connectorDialogOpenAtom = atom(false);