Skip to content
Snippets Groups Projects
Commit 8424b772 authored by HJ's avatar HJ :fire:
Browse files

fix tabs in search

parent 115f38c4
Branches
No related tags found
No related merge requests found
import FollowCard from '../follow_card/follow_card.vue'
import Conversation from '../conversation/conversation.vue'
import Status from '../status/status.vue'
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx'
import map from 'lodash/map'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
......@@ -17,7 +18,8 @@ const Search = {
components: {
FollowCard,
Conversation,
Status
Status,
TabSwitcher
},
props: [
'query'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment