website refactor
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
* Currently a stub - to be implemented when in-app notification system is needed.
|
||||
*/
|
||||
|
||||
import type { Notification } from '@core/notifications/domain/entities/Notification';
|
||||
import type {
|
||||
NotificationGateway,
|
||||
NotificationDeliveryResult
|
||||
import type {
|
||||
NotificationDeliveryResult,
|
||||
NotificationGateway
|
||||
} from '@core/notifications/application/ports/NotificationGateway';
|
||||
import type { Notification } from '@core/notifications/domain/entities/Notification';
|
||||
import type { NotificationChannel } from '@core/notifications/domain/types/NotificationTypes';
|
||||
|
||||
export class InAppNotificationAdapter implements NotificationGateway {
|
||||
|
||||
Reference in New Issue
Block a user