lint
This commit is contained in:
parent
d1bb7fef5f
commit
3d19008f0c
58 changed files with 114 additions and 155 deletions
|
|
@ -12,7 +12,6 @@ import {
|
|||
TIMELINES,
|
||||
} from 'src/components/navigation/navigation.js'
|
||||
|
||||
|
||||
import { useAnnouncementsStore } from 'src/stores/announcements'
|
||||
import { useBookmarkFoldersStore } from 'src/stores/bookmark_folders'
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
|
|
@ -54,9 +53,7 @@ const NavPanel = {
|
|||
return routeTo(item, this.currentUser)
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
||||
},
|
||||
components: {},
|
||||
computed: {
|
||||
getters() {
|
||||
return this.$store.getters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue