aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/tag_timeline/tag_timeline.js~12
1 files changed, 0 insertions, 12 deletions
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