feat: implements new v3 in-context topics structure (#371)

This commit is contained in:
Awais Ansari
2022-12-30 17:15:47 +05:00
committed by GitHub
parent 3622d46538
commit 3f890401e8
58 changed files with 1305 additions and 663 deletions

View File

@@ -0,0 +1,3 @@
/* eslint-disable import/prefer-default-export */
export const selectCourseTabs = state => state.courseTabs;