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