feat: Integrate Directus CMS, add i18n with next-intl, and configure project tooling with pnpm, husky, and commitlint.**
This commit is contained in:
5
lib/services/notifications/noop-notification-service.ts
Normal file
5
lib/services/notifications/noop-notification-service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { NotificationService } from "./notification-service";
|
||||
|
||||
export class NoopNotificationService implements NotificationService {
|
||||
async notify() {}
|
||||
}
|
||||
Reference in New Issue
Block a user