From b6e553bbdd81f4d1e36c3ebd163822fbb455675d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 14 Feb 2018 22:41:16 -0800 Subject: [PATCH] continue on async status --- routes/_components/search/SearchResults.html | 4 +--- routes/_components/timeline/Timeline.html | 2 -- routes/pinned.html | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/routes/_components/search/SearchResults.html b/routes/_components/search/SearchResults.html index 32617eb4..fe48978c 100644 --- a/routes/_components/search/SearchResults.html +++ b/routes/_components/search/SearchResults.html @@ -24,7 +24,6 @@ import { store } from '../../_store/store' import AccountSearchResult from './AccountSearchResult.html' import HashtagSearchResult from './HashtagSearchResult.html' - import StatusSearchResult from './StatusSearchResult.html' import { importStatusRendering } from '../../_utils/asyncModules' export default { @@ -34,8 +33,7 @@ }), components: { AccountSearchResult, - HashtagSearchResult, - StatusSearchResult + HashtagSearchResult } } \ No newline at end of file diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index 38d8b0f4..4134907c 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -55,8 +55,6 @@