mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
import { atom } from "jotai";
|
|
|
|
// Atom to control the connector dialog open state from anywhere in the app
|
|
export const connectorDialogOpenAtom = atom(false);
|