9 lines
108 B
Vue

<script setup lang="ts">
</script>
<template>
<LocaleSwitcher/>
<br/>
<VariantSwitcher/>
</template>