Files
frontend-app-authoring/src/stubs/empty-notifications-plugin.tsx
Navin Karkera ae67be83a0 feat: new course outline header [FC-0114] (#2735)
Adds new header and subheader to course outline. Converts existing js code to ts.
2025-12-17 13:13:19 -05:00

13 lines
236 B
TypeScript

/* istanbul ignore file */
export const useAppNotifications = () => ({
notificationAppData: {
tabsCount: {
count: 0,
},
},
});
export const NotificationsTray: React.FC = () => null;
export default NotificationsTray;