aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-09-17 14:42:04 +0300
committereal <eal@waifu.club>2017-09-17 14:42:04 +0300
commitc96a7b582bfc12b4af437fbd0d75ed8762065288 (patch)
tree3b76538396254fdcddf49e8b73d32db4ae41ee5c
parent59f07c0704df7750ec876882de2a38af35d0293b (diff)
Remove another cache file.
-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