forked from AkkomaGang/akkoma-fe
Remove another cache file.
This commit is contained in:
parent
59f07c0704
commit
c96a7b582b
1 changed files with 0 additions and 12 deletions
|
@ -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
|
|
Loading…
Reference in a new issue