Spaces:
Runtime error
Runtime error
File size: 103 Bytes
58faf93 |
1 2 3 4 5 |
import { atom } from 'jotai'
export const queryAtom = atom('')
export const currentPageAtom = atom(1)
|