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

const ChannelNotifications = () => {
  return (
    <div>
      <p>channel notifications</p>
    </div>
  );
};

export default ChannelNotifications;