import * as React from "react"; import Header from '@/components/Header'; import Footer from '@/components/Footer'; import ProfileSidebar from '@/components/ProfileSidebar'; import CatalogSubscribe from '@/components/CatalogSubscribe'; import MobileMenuBottomSection from "@/components/MobileMenuBottomSection"; import LKMenu from '@/components/LKMenu'; import NotificationMane from '@/components/profile/NotificationMane'; import ProfileInfo from '@/components/profile/ProfileInfo'; const ProfileNotificationPage = () => { return (
); }; export default ProfileNotificationPage;