maj
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user