mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-26 05:09:54 +00:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { atom } from 'jotai'
|
|
|
|
export const degenModeAtom = atom<boolean>(false)
|