TwitchClone / src / components / navbar / userNotifications / index.tsx
index.tsx
Raw
import React from "react";

const UserNotifications = () => {
  return (
    <div>
      <p>user notifications</p>
    </div>
  );
};

export default UserNotifications;