apply review feedback

This commit is contained in:
Kshitij Sobti
2021-09-13 13:52:04 +05:30
committed by Awais Jibran
parent f4979b4c37
commit 6efbaa2dfe
6 changed files with 4265 additions and 33879 deletions

View File

@@ -1,7 +1,9 @@
import { useContext, useEffect } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { useMediaQuery } from 'react-responsive';
import * as Yup from 'yup';
import { RequestStatus } from './data/constants';
import { getCourseAppSettingValue, getLoadingStatus } from './pages-and-resources/data/selectors';
import { fetchCourseAppSettings, updateCourseAppSetting } from './pages-and-resources/data/thunks';