10 lines
126 B
Vue
10 lines
126 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div id="page-connexion">
|
|
<SectionAuthConnexion />
|
|
</div>
|
|
</template>
|