import { List } from 'immutable'; import { ICriteria } from './criteria.types'; // export const INITIAL_STATE = List([new CourseFieldRecord({})]); export const INITIAL_STATE = List();