From c96a7b582bfc12b4af437fbd0d75ed8762065288 Mon Sep 17 00:00:00 2001 From: eal Date: Sun, 17 Sep 2017 14:42:04 +0300 Subject: [PATCH] Remove another cache file. --- src/components/tag_timeline/tag_timeline.js~ | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/components/tag_timeline/tag_timeline.js~ diff --git a/src/components/tag_timeline/tag_timeline.js~ b/src/components/tag_timeline/tag_timeline.js~ deleted file mode 100644 index 084e69d3..00000000 --- a/src/components/tag_timeline/tag_timeline.js~ +++ /dev/null @@ -1,12 +0,0 @@ -import Timeline from '../timeline/timeline.vue' - -const TagTimeline = { - components: { - Timeline - }, - computed: { - timeline () { return this.$store.state.statuses.timelines.tag } - } -}; - -export default TagTimeline