♻️ Update notification component

This commit is contained in:
Eva Marco 2024-02-22 08:26:22 +01:00 committed by Andrey Antukh
parent de0cd5aa04
commit 1af2ec0b79
16 changed files with 440 additions and 274 deletions

View file

@ -173,6 +173,6 @@
(if edata
[:& static/exception-page {:data edata}]
[:*
[:& msgs/notifications]
[:& msgs/notifications-hub]
(when route
[:& main-page {:route route :profile profile}])])]]))