/**
 * Dummy course id to replace with current course
 * @author Gabe Abrams
 */
const COURSE_ID_REPLACE_WITH_CURR = 999999999999999;

export default COURSE_ID_REPLACE_WITH_CURR;
