Skip to content

Commit b075c02

Browse files
committed
refactor: remove the export for the interface
1 parent 5558c26 commit b075c02

File tree

1 file changed

+1
-1
lines changed
  • src/components/sections/learning-modules/InteractiveModule

1 file changed

+1
-1
lines changed

src/components/sections/learning-modules/InteractiveModule/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { IRootState } from "@/store";
2020
* @interface InteractiveModuleMultiSelector
2121
* @typedef {InteractiveModuleMultiSelector}
2222
*/
23-
export interface InteractiveModuleMultiSelector {
23+
interface InteractiveModuleMultiSelector {
2424
isLoggedIn: boolean;
2525
course: Course | null;
2626
}

0 commit comments

Comments
 (0)