import { atom } from 'jotai'; export const selectedRoomAtom = atom(undefined);