Spaces:
Running
Running
import { atom } from 'jotai'; | |
export const selectedMessageId = atom<string | undefined>(undefined); | |
import { atom } from 'jotai'; | |
export const selectedMessageId = atom<string | undefined>(undefined); | |