Files
spend-sparrow/internal/template/dashboard.templ
Tim Wundenberg 0c40680d76
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
fix: move implementation to "internal" package
2025-05-29 13:39:26 +02:00

10 lines
100 B
Plaintext

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