Removed home layout in ui/index

unused now that we have HomePage
This commit is contained in:
mgabdev 2019-07-08 23:50:30 -04:00
parent c7b70b77c5
commit 899be5b4f0

View File

@ -111,17 +111,6 @@ const LAYOUT = {
LEFT: null, LEFT: null,
RIGHT: null, RIGHT: null,
}, },
HOME: {
LEFT: [
<UserPanel />,
<PromoPanel />,
<LinkFooter />,
],
RIGHT: [
// <TrendsPanel />,
<WhoToFollowPanel />,
],
},
DEFAULT: { DEFAULT: {
LEFT: [ LEFT: [
<WhoToFollowPanel />, <WhoToFollowPanel />,