import React from 'react'; import NewsFeed from '../panels/news-feed'; const HomePage = props => { //TODO: move the URIs into the config files return (

This is the MERN template homepage.

); }; export default HomePage;