2024-02-26 18:49:42 +01:00

9 lines
152 B
Vue

<template>
<b-button>{{ $t('settings.GMS.location.button') }}</b-button>
</template>
<script>
export default {
name: 'UserGMSLocation',
}
</script>