mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 10:40:10 +02:00
notifications: expose alertsService on window
This commit is contained in:
@@ -18,3 +18,4 @@ function addNotification(msg) {
|
||||
export const alertsService = {
|
||||
add: addNotification
|
||||
};
|
||||
window.alertsService = alertsService;
|
||||
|
Reference in New Issue
Block a user