Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m11s
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
package budget
|
|
|
|
templ Page() {
|
|
<div></div>
|
|
}
|
|
|
|
templ Items() {
|
|
<div></div>
|
|
}
|
|
|
|
templ Edit() {
|
|
<div></div>
|
|
}
|
|
|
|
templ Item() {
|
|
<div></div>
|
|
}
|