mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const showGraphQLDocExplorerAtom = atom<boolean>(false);
|