mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Adds menu for Community. Rename community to people. Adds account flagged tabs.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
const CommunityLayout = props => (
|
||||
<div>
|
||||
{props.children}
|
||||
</div>
|
||||
);
|
||||
|
||||
export default CommunityLayout;
|
||||
Reference in New Issue
Block a user