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