move helpers out of tabs directory

This commit is contained in:
Henry Jameson 2020-06-07 00:15:10 +03:00
parent 9e3e6b0c69
commit 68482fd3a6
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import { filter, trim } from 'lodash'
import Checkbox from 'src/components/checkbox/checkbox.vue'
import SharedComputedObject from './helpers/shared_computed_object.js'
import SharedComputedObject from '../helpers/shared_computed_object.js'
const FilteringTab = {
data () {

View file

@ -1,7 +1,7 @@
import Checkbox from 'src/components/checkbox/checkbox.vue'
import InterfaceLanguageSwitcher from 'src/components/interface_language_switcher/interface_language_switcher.vue'
import SharedComputedObject from './helpers/shared_computed_object.js'
import SharedComputedObject from '../helpers/shared_computed_object.js'
const GeneralTab = {
data () {