Version 1.9 (#6)

This commit is contained in:
Simon Lecoq
2020-10-20 00:19:58 +02:00
committed by GitHub
parent 047d8630e6
commit f21273172d
23 changed files with 454 additions and 860 deletions

7
src/templates/index.mjs Normal file
View File

@@ -0,0 +1,7 @@
//Imports
import classic from "./classic/template.mjs"
//Exports
export default {
classic
}