Skip to content

Commit 57ab9ed

Browse files
author
fangedShadow
committed
fixing revert
1 parent d32b4b1 commit 57ab9ed

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/actions/educationPortal/browseLessonPlanActions.js renamed to src/actions/educationPortal/browseLPActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
CLEAR_FILTERS,
2323
SET_SEARCH_QUERY,
2424
SET_VIEW_MODE,
25-
} from '~/constants/educationPortal/browselessonPlanConstant';
25+
} from '~/constants/educationPortal/browseLPConstant';
2626
import { ENDPOINTS } from '~/utils/URL';
2727

2828
const getAuthHeaders = () => {

src/components/EductionPortal/BrowseLessonPlan/BrowseLessonPlan.jsx renamed to src/components/EductionPortal/BrowseLessonPlan/BrowseLP.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useState, useMemo } from 'react';
22
import { useDispatch, useSelector } from 'react-redux';
3-
import styles from './BrowseLessonPlan.module.css';
3+
import styles from './BrowseLP.module.css';
44
import {
55
fetchLessonPlans,
66
saveLessonPlan,

src/components/EductionPortal/BrowseLessonPlan/BrowseLessonPlan.module.css renamed to src/components/EductionPortal/BrowseLessonPlan/BrowseLP.module.css

File renamed without changes.
File renamed without changes.

src/reducers/educationPortal/broweLessonPlanReducer.js renamed to src/reducers/educationPortal/broweLPReducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
CLEAR_FILTERS,
2020
SET_SEARCH_QUERY,
2121
SET_VIEW_MODE,
22-
} from '~/constants/educationPortal/browselessonPlanConstant';
22+
} from '~/constants/educationPortal/browseLPConstant';
2323

2424
const initialState = {
2525
plans: [],

src/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ import EventStats from './components/CommunityPortal/EventPersonalization/EventS
169169
import CommunityCalendar from './components/CommunityPortal/Calendar/CommunityCalendar';
170170
import EPProtectedRoute from './components/common/EPDashboard/EPProtectedRoute';
171171
import EPLogin from './components/EductionPortal/Login';
172-
import BrowseLessonPlan from './components/EductionPortal/BrowseLessonPlan/BrowseLessonPlan';
172+
import BrowseLessonPlan from './components/EductionPortal/BrowseLessonPlan/BrowseLP';
173173
import EPDashboard from './components/EductionPortal';
174174
import GroupList from './components/EductionPortal/GroupList/GroupList';
175175
import EvaluationResultsWrapper from './components/EductionPortal/EvaluationResultsWrapper';

0 commit comments

Comments
 (0)