Skip to content

Commit 2cac53f

Browse files
arbrandesclaude
andcommitted
fix: export App as named notificationsApp
Matches the learner-dashboard pattern. Drops the other re-exports, since they were originally meant for backward compatibility, but that turned out not to be possible. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ef52931 commit 2cac53f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
export { default } from './app';
2-
export { default as NotificationsTray } from './NotificationsTray';
3-
export { default as Notifications } from './Notification';
4-
export { useAppNotifications, useNotification } from './Notification/data/hook';
1+
export { default as notificationsApp } from './app';

0 commit comments

Comments
 (0)