eslint fixes

This commit is contained in:
2025-09-17 20:22:20 +02:00
parent 80fde45a05
commit e3f72fbb79
8 changed files with 172 additions and 176 deletions

View File

@@ -1,14 +1,14 @@
<template>
<location />
<location />
</template>
<script>
import Location from "ChillActivityAssets/vuejs/Activity/components/Location.vue";
export default {
name: "App",
components: {
Location,
},
name: "App",
components: {
Location,
},
};
</script>