import VideoFeedSetup from "./components/videofeed/VideoFeedSetup"; const Setup = () => { return (
); }; export default Setup;