import type { HoveredTileState } from './types';

export const hoveredTileInitialState: HoveredTileState = {
  character: null,
};
