mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-11 07:53:37 +01:00
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
|