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

export const cellFiltersInitialState: CellFiltersState = [];
