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
commit 433ea02a18
6 changed files with 41 additions and 26 deletions

View file

@ -1,4 +1,4 @@
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.js'
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx'
import DataImportExportTab from './tabs/data_import_export_tab.vue'
import MutesAndBlocksTab from './tabs/mutes_and_blocks_tab.vue'