import type { ChangeBoardModalState } from './types'; export const initialState: ChangeBoardModalState = { isModalOpen: false, image_names: [], };