Skip to content

Commit 2daf37f

Browse files
committed
Add an index to expose the plugin.
1 parent 167dcf2 commit 2daf37f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import customCourseListPlugin from './plugin'
2+
3+
/* If we want to add more plugins, we would import them above and then add them to the list of exports below. */
4+
export {customCourseListPlugin}

0 commit comments

Comments
 (0)