Files
spend-sparrow/template/dashboard.templ
Tim Wundenberg af9b785985
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m38s
feat(transaction): #80 calculate account balances
2025-05-16 15:57:09 +02:00

10 lines
100 B
Plaintext

package template
templ Dashboard() {
<div>
<h1 class="text-8xl">
Dashboard
</h1>
</div>
}