feat: add budgets
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m11s

This commit is contained in:
2026-01-01 19:57:47 +01:00
parent d7dbca8242
commit 2b320986fd
9 changed files with 385 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
package budget
templ Page() {
<div></div>
}
templ Items() {
<div></div>
}
templ Edit() {
<div></div>
}
templ Item() {
<div></div>
}