Remove another cache file.

This commit is contained in:
eal 2017-09-17 14:42:04 +03:00
parent 59f07c0704
commit c96a7b582b
1 changed files with 0 additions and 12 deletions

View File

@ -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