Files
spend-sparrow/internal/template/dashboard/dashboard.templ
Tim Wundenberg c94a9447f2
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
feat(dashboard): #82 add chart for sum of account and savings
2025-06-19 17:58:04 +02:00

8 lines
115 B
Plaintext

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