score:7

Accepted answer

you're missing the export declaration. add this to your module:

export {classroomsoverview as default}

i would however recommend using the export default syntax with the function declaration.


Related Query

More Query from same tag