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