Is your feature request related to a problem? Please describe.
Integrate the action card component and ActivityList to the right side bar of the Module Component.
Describe the solution you'd like
- Add the ActionCard and ActivityList Component to the right sidebar of the Module Component.
- Test that when the activity is clicked in the ActivityList, make sure that it leads to the learning view
Figma Design

Component Details
- You can find the ActionCard in
src/components/shared/high/ActionCard.js
- You can find the ActivityList in
src/components/Student/Module/ActivityList.js
- Integrate the ActionCard and ActivityList in RightSidebar.js in
src/components/Explore/RightSidebar.js
Is your feature request related to a problem? Please describe.
Integrate the action card component and ActivityList to the right side bar of the Module Component.
Describe the solution you'd like
Figma Design

Component Details
src/components/shared/high/ActionCard.jssrc/components/Student/Module/ActivityList.jssrc/components/Explore/RightSidebar.js