TwitchClone / src / components / sidebar / following / index.tsx
index.tsx
Raw
import React from "react";

const Following = () => {
  return <div>Following</div>;
};

export default Following;