import { atom } from 'jotai' // Store tabs menu active state export const activeTabThreadRightPanelAtom = atom( 'assistant' )