mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-26 11:01:17 +01:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { atom } from "jotai"
|
|
|
|
export const commandPaletteOpenAtom = atom(false)
|