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