mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
15 lines
224 B
Vue
15 lines
224 B
Vue
<template>
|
|
<location />
|
|
</template>
|
|
|
|
<script>
|
|
import Location from "ChillActivityAssets/vuejs/Activity/components/Location.vue";
|
|
|
|
export default {
|
|
name: "App",
|
|
components: {
|
|
Location,
|
|
},
|
|
};
|
|
</script>
|