Files
Toju/toju-app/src/app/domains/notifications/index.ts

4 lines
223 B
TypeScript

export * from './application/facades/notifications.facade';
export * from './application/effects/notifications.effects';
export { NotificationsSettingsComponent } from './feature/settings/notifications-settings.component';