This commit is contained in:
2026-03-21 13:47:09 +01:00
parent bd20abb745
commit da383237f6
8 changed files with 650 additions and 520 deletions
+5 -5
View File
@@ -23,8 +23,8 @@
<script src="./app.riot" type="riot"></script>
<script type="module">
import { fetchFormations, fetchFormationHistory } from './api.js'
import { createFormation } from './formation.js'
import { chargerFormations, chargerHistoriqueFormation } from './api.js'
import { creerFormation } from './formation.js'
import {
auth,
db,
@@ -36,9 +36,9 @@
loadUserData
} from './firebase.js'
window.fetchFormations = fetchFormations
window.createFormation = createFormation
window.fetchFormationHistory = fetchFormationHistory
window.chargerFormations = chargerFormations
window.creerFormation = creerFormation
window.chargerHistoriqueFormation = chargerHistoriqueFormation
window.firebaseServices = {
auth,