We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5558c26 commit b075c02Copy full SHA for b075c02
src/components/sections/learning-modules/InteractiveModule/index.tsx
@@ -20,7 +20,7 @@ import { IRootState } from "@/store";
20
* @interface InteractiveModuleMultiSelector
21
* @typedef {InteractiveModuleMultiSelector}
22
*/
23
-export interface InteractiveModuleMultiSelector {
+interface InteractiveModuleMultiSelector {
24
isLoggedIn: boolean;
25
course: Course | null;
26
}
0 commit comments