Another large update for all components
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate group page components.
This commit is contained in:
@@ -14,14 +14,14 @@ export default class SearchPage extends PureComponent {
|
||||
return (
|
||||
<ColumnsArea
|
||||
layout={{
|
||||
top: <Header/>,
|
||||
right: (
|
||||
TOP: <Header/>,
|
||||
RIGHT: (
|
||||
<Fragment>
|
||||
<SignUpPanel />
|
||||
<WhoToFollowPanel />
|
||||
</Fragment>
|
||||
),
|
||||
left: <LinkFooter/>,
|
||||
LEFT: <LinkFooter/>,
|
||||
}}
|
||||
>
|
||||
{this.props.children}
|
||||
|
||||
Reference in New Issue
Block a user