feat(pwa): add PWA support and browser notifications for critical events
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
use tailwind_fuse::merge::tw_merge;
|
||||
|
||||
pub mod notification;
|
||||
|
||||
pub fn cn(classes: impl AsRef<str>) -> String {
|
||||
tw_merge(classes.as_ref())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user