Progress on refactor

Update files paths, components
This commit is contained in:
mgabdev
2020-01-29 16:53:33 -05:00
parent c0f0d4f07a
commit cb55ef9f04
99 changed files with 497 additions and 508 deletions

View File

@@ -1,9 +1,8 @@
import { Fragment } from 'react';
import WhoToFollowPanel from '../components/panel';
import GroupSidebarPanel from '../features/groups/sidebar_panel';
import LinkFooter from '../components/link_footer';
import PromoPanel from '../components/promo_panel';
import UserPanel from '../components/user_panel';
import GroupSidebarPanel from '../features/groups/sidebar_panel';
import ColumnsArea from '../components/columns_area';
import TimelineComposeBlock from '../components/timeline_compose_block';
@@ -18,7 +17,6 @@ export default class HomePage extends PureComponent {
RIGHT: (
<Fragment>
<GroupSidebarPanel />
{ /* <WhoToFollowPanel /> */ }
</Fragment>
),
LEFT: (