pages + correction coach dans detail Session
This commit is contained in:
13
front_end/src/components/pages/pageGestion.tsx
Normal file
13
front_end/src/components/pages/pageGestion.tsx
Normal 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
|
||||
Reference in New Issue
Block a user