From 9e93f645ef127a8788213264cc4cb56c1bd0ce81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:14:03 +0000 Subject: [PATCH] Update src/app/notifications/page.tsx --- src/app/notifications/page.tsx | 41 ++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/src/app/notifications/page.tsx b/src/app/notifications/page.tsx index c108260..e287296 100644 --- a/src/app/notifications/page.tsx +++ b/src/app/notifications/page.tsx @@ -1,8 +1,8 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { NavbarStyleApple } from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import { FooterBase } from "@/components/sections/footer/FooterBase"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import FooterBase from "@/components/sections/footer/FooterBase"; import { useState } from "react"; export default function NotificationsPage() { @@ -12,18 +12,31 @@ export default function NotificationsPage() { ]); return ( - - + +

Status Change Alerts

-- 2.49.1