#130 Ajout invocations

This commit is contained in:
2021-01-17 22:09:01 +01:00
parent 7e4f51f7ee
commit f9e0afdc67
4 changed files with 182 additions and 2 deletions

9
module/sos-utility.js Normal file
View File

@ -0,0 +1,9 @@
export class SoSUtility {
/* -------------------------------------------- */
static async preloadHandlebarsTemplates() {
const templatePaths = [
]
}
}