Files
spend-sparrow/template/dashboard.templ
Tim Wundenberg b8f13dfc93
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m0s
feat(layout): #49 update layout by navigation
2025-05-06 22:10:49 +02:00

10 lines
109 B
Plaintext

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