Ajoute les imports manquants
This commit is contained in:
parent
24e1004d87
commit
e619db9643
@ -13,3 +13,11 @@
|
|||||||
<v-footer :elevation=12 border><v-row justify="center">ASCO - Fablab</v-row></v-footer>
|
<v-footer :elevation=12 border><v-row justify="center">ASCO - Fablab</v-row></v-footer>
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
|
||||||
|
import BrainBlastBar from '@/components/BrainBlastBar.vue'
|
||||||
|
import GameStatus from '@/components/GameStatus.vue'
|
||||||
|
import HelloWorld from '@/components/HelloWorld.vue'
|
||||||
|
|
||||||
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user