Adds menu for Community. Rename community to people. Adds account flagged tabs.

This commit is contained in:
gaba
2017-02-23 16:37:16 -08:00
parent a8d629d680
commit b01db3297d
9 changed files with 456 additions and 18 deletions
@@ -0,0 +1,9 @@
import React from 'react';
const CommunityLayout = props => (
<div>
{props.children}
</div>
);
export default CommunityLayout;