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

move helpers out of tabs directory

parent 9e3e6b0c
No related branches found
No related tags found
No related merge requests found
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 () {
......
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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment