import { activeTabThreadRightPanelAtom } from './ThreadRightPanel.atom'; test('activeTabThreadRightPanelAtom can be imported', () => { expect(activeTabThreadRightPanelAtom).toBeDefined(); });