Removed unused PublicTimeline component

now that this functionality is within the CommunityTimeline component from: dfb8d53
This commit is contained in:
mgabdev
2019-07-12 16:27:59 -04:00
parent dfb8d53785
commit 8f13fe0515
3 changed files with 0 additions and 114 deletions

View File

@@ -14,10 +14,6 @@ export function HomeTimeline () {
return import(/* webpackChunkName: "features/home_timeline" */'../../home_timeline');
}
export function PublicTimeline () {
return import(/* webpackChunkName: "features/public_timeline" */'../../public_timeline');
}
export function CommunityTimeline () {
return import(/* webpackChunkName: "features/community_timeline" */'../../community_timeline');
}