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:
@@ -22,14 +22,14 @@ class HomePage extends ImmutablePureComponent {
|
||||
return (
|
||||
<ColumnsArea
|
||||
layout={{
|
||||
top: null,
|
||||
right: (
|
||||
TOP: null,
|
||||
RIGHT: (
|
||||
<Fragment>
|
||||
<GroupSidebarPanel />
|
||||
{/*<WhoToFollowPanel />*/}
|
||||
</Fragment>
|
||||
),
|
||||
left: (
|
||||
LEFT: (
|
||||
<Fragment>
|
||||
<UserPanel />
|
||||
<PromoPanel />
|
||||
|
||||
Reference in New Issue
Block a user