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