aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-05-25 16:23:14 +0300
committerHenry Jameson <me@hjkos.com>2020-05-25 16:23:14 +0300
commitbb418bf155dad1c6dc39e88bf4d20f0644d1236d (patch)
treede664f32c51628b439e9a808f40be58da73d7fbd /src
parent0286e1024c9e9f9f1794a870bd7a0680aa29cee2 (diff)
fix tests. user-profile didn't have tab-switcher compnent imported!!
Diffstat (limited to 'src')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index 9558a0bd..95760bf8 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -3,6 +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 List from '../list/list.vue'
import withLoadMore from '../../hocs/with_load_more/with_load_more'
@@ -146,6 +147,7 @@ const UserProfile = {
FollowerList,
FriendList,
FollowCard,
+ TabSwitcher,
Conversation
}
}