pages + correction coach dans detail Session

This commit is contained in:
trochas
2026-01-11 19:29:59 +01:00
parent ddb2b93489
commit c8c98cadeb
19 changed files with 292 additions and 88 deletions

View File

@@ -0,0 +1,13 @@
import CreateSession from "../createSession"
import TopBar from "../topBar"
function Gestion() {
return (
<div>
<h1>Gestion</h1>
<CreateSession/>
</div>
)
}
export default Gestion