feat: add budgets
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m11s
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m11s
This commit is contained in:
17
internal/budget/template.templ
Normal file
17
internal/budget/template.templ
Normal file
@@ -0,0 +1,17 @@
|
||||
package budget
|
||||
|
||||
templ Page() {
|
||||
<div></div>
|
||||
}
|
||||
|
||||
templ Items() {
|
||||
<div></div>
|
||||
}
|
||||
|
||||
templ Edit() {
|
||||
<div></div>
|
||||
}
|
||||
|
||||
templ Item() {
|
||||
<div></div>
|
||||
}
|
||||
Reference in New Issue
Block a user