mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Fix lint errors and show docs explorer on Cmd click
This commit is contained in:
3
src-web/components/graphql/graphqlAtoms.ts
Normal file
3
src-web/components/graphql/graphqlAtoms.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atomWithKVStorage } from '../../lib/atoms/atomWithKVStorage';
|
||||
|
||||
export const showGraphQLDocExplorerAtom = atomWithKVStorage<boolean>('show_graphql_docs', false);
|
||||
Reference in New Issue
Block a user