chore: Migrate notification module to DML (#7835)

This commit is contained in:
Stevche Radevski
2024-07-01 11:17:32 +02:00
committed by GitHub
parent c661180c44
commit 9daec5d7ac
11 changed files with 161 additions and 177 deletions

View File

@@ -1,3 +1,2 @@
export { default as Notification } from "./notification"
export { default as NotificationProvider } from "./notification-provider"
export { Notification } from "./notification"
export { NotificationProvider } from "./notification-provider"