Implemented username reserve feature
This commit is contained in:
@@ -3,7 +3,6 @@ import React from 'react';
|
||||
import NewsFeed from '../panels/news-feed';
|
||||
|
||||
const HomePage = props => {
|
||||
//TODO: move the URIs into the config files
|
||||
return (
|
||||
<div className='page'>
|
||||
<p>This is the MERN template homepage.</p>
|
||||
|
||||
Reference in New Issue
Block a user