import "./feeds.css" import Sidebar from "../../components/Sidebar"; const Feeds = () => { return (

Feeds

) } export default Feeds;