Update webapp/components/Map/MapButton.vue

This commit is contained in:
Moriz Wahl 2023-02-03 20:18:39 +01:00 committed by GitHub
parent 0f1d6a3965
commit 80aba4c955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@
</template>
<script>
export default {}
export default {
name: 'MapButton'
}
</script>
<style lang="scss">