import React from "react"; const UserNotifications = () => { return ( <div> <p>user notifications</p> </div> ); }; export default UserNotifications;