import { atomWithKVStorage } from '../lib/atoms/atomWithKVStorage'; export const showGraphQLDocExplorerAtom = atomWithKVStorage('show_graphql_docs', false);