feat: add stats section to homepage

This commit is contained in:
Prad Nukala
2024-09-30 21:16:27 -04:00
parent 5f2e6c5dd4
commit 36ad1448df
5 changed files with 26 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@ import (
type Models struct {
Hero *Hero `pkl:"hero"`
Stats *Stats `pkl:"stats"`
}
// LoadFromPath loads the pkl module at the given path and evaluates it into a Models