const FeedView = () => {
    return <>Feed</>;
};

export default FeedView;