2024-11-02 03:20:30 +09:00

4 lines
79 B
TypeScript

import { atom } from 'jotai'
export const epochsAtom = atom<any | null>(null)