Files
spend-sparrow/internal/template/dashboard/dashboard.templ
Tim Wundenberg a201b818fc
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
feat(dashboard): #192 include treemap of treasure chests
2025-06-20 21:28:47 +02:00

9 lines
168 B
Plaintext

package dashboard
templ Dashboard() {
<div class="mt-10 h-full">
<div id="main-chart" class="h-96"></div>
<div id="treasure-chests" class="h-96"></div>
</div>
}