Background notifikasi berhasil dibuat

Add:
-components/Notification/BackgroundNotificationHandler.tsx

### No Issue
This commit is contained in:
2025-12-24 17:43:53 +08:00
parent 7743a2467c
commit 3f85f330d2
4 changed files with 155 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import { BackButton } from "@/components";
import BackgroundNotificationHandler from "@/components/Notification/BackgroundNotificationHandler";
import NotificationInitializer from "@/components/Notification/NotificationInitializer";
import { NotificationProvider } from "@/hooks/use-notification-store";
import { HeaderStyles } from "@/styles/header-styles";
@@ -9,6 +10,7 @@ export default function ApplicationLayout() {
<>
<NotificationProvider>
<NotificationInitializer />
<BackgroundNotificationHandler />
<ApplicationStack />
</NotificationProvider>
</>