mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-05 01:53:49 +00:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
import { atom } from 'jotai'
|
|
|
|
export const epochsAtom = atom<any | null>(null)
|