Files
spend-sparrow/internal/template/dashboard/dashboard.templ
Tim Wundenberg 3120c19669
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m21s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s
feat(dashboard): #82 add chart for sum of account and savings
2025-06-19 18:05:36 +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>
}