10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
|
import StyleSwitcher from '../style_switcher/style_switcher.vue'
|
||
|
|
||
|
const settings = {
|
||
|
components: {
|
||
|
StyleSwitcher
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default settings
|