import type { HoveredWordState } from './types'; export const hoveredWordInitialState: HoveredWordState = { word: null, };