| import type { DeleteImageState } from './types'; | |
| export const initialDeleteImageState: DeleteImageState = { | |
| imagesToDelete: [], | |
| isModalOpen: false, | |
| }; | |
| import type { DeleteImageState } from './types'; | |
| export const initialDeleteImageState: DeleteImageState = { | |
| imagesToDelete: [], | |
| isModalOpen: false, | |
| }; | |