Changed some of TabSwitcher's internals for easier Vue3 migration

This commit is contained in:
Henry Jameson 2021-04-18 14:58:02 +03:00
parent 8b96ea9377
commit 433ea02a18
6 changed files with 41 additions and 26 deletions

View file

@ -3,7 +3,7 @@ import UserCard from '../user_card/user_card.vue'
import FollowCard from '../follow_card/follow_card.vue'
import Timeline from '../timeline/timeline.vue'
import Conversation from '../conversation/conversation.vue'
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.js'
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx'
import List from '../list/list.vue'
import withLoadMore from '../../hocs/with_load_more/with_load_more'
import { library } from '@fortawesome/fontawesome-svg-core'