aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 12:51:45 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 12:51:45 +0300
commit180da297f628afa608b3a6ea7bb35edb02a7d7a7 (patch)
tree09a1ec7962c347ffb8eaa1cbaa19df841dd16df2 /src/components/user_profile/user_profile.js
parentb774472fff61810a7c9b8f162375bfe5087c2f55 (diff)
parent33777fab47b65975d343d219c0b1866ba6849b3f (diff)
Merge branch 'vue3compat-tabswitcher' into vue3-again
* vue3compat-tabswitcher: small refactoring to uncouple tab-switcher from settings modal fix theme tab, remove console.logs Changed some of TabSwitcher's internals for easier Vue3 migration
Diffstat (limited to 'src/components/user_profile/user_profile.js')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index c0b55a6c..c5ccf747 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -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'