import { atom } from 'jotai'; // Atom to track the currently active room ID for the titlebar export const activeRoomIdAtom = atom(undefined);