Commit 524a663b authored by Robin Borgogno's avatar Robin Borgogno

création de l'id parti privée

parent 77d60a33
<template> <template>
<div class="page"> <div class="page">
<LoginNavbar></LoginNavbar> <LoginNavbar></LoginNavbar>
<tr class="espaceHaut"></tr>
<div class = "titre">Veuillez choisir votre type de partie</div> <div class = "titre">Veuillez choisir votre type de partie</div>
<tr class="espaceBas"></tr> <tr class="espaceBas"></tr>
<nav class ="choix-bouton"> <nav class ="choix-bouton">
...@@ -79,5 +78,9 @@ ...@@ -79,5 +78,9 @@
<script> <script>
export default { export default {
name: 'ChoixPartie', name: 'ChoixPartie',
components: {
LoginNavbar
},
} }
import LoginNavbar from '../components/LoginNavbar.vue'
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment