Skip to content
Snippets Groups Projects
FeedView.tsx 78 B
Newer Older
const FeedView = () => {
    return <>Feed</>;
};

export default FeedView;