Overview
src/components/virtualizedcourselist.tsx does not contain a virtualized course list at all -- it defines a NotificationSocketService WebSocket client and NotificationProvider/useNotifications context (lines 50, 167). The filename is misleading, makes the module impossible to find, and risks duplicate notification providers. Rename/move the file to match its contents (e.g. providers/NotificationProvider.tsx) and update imports.
Overview
src/components/virtualizedcourselist.tsx does not contain a virtualized course list at all -- it defines a NotificationSocketService WebSocket client and NotificationProvider/useNotifications context (lines 50, 167). The filename is misleading, makes the module impossible to find, and risks duplicate notification providers. Rename/move the file to match its contents (e.g. providers/NotificationProvider.tsx) and update imports.