fix(ui): add templ import
This commit is contained in:
parent
c6a907c28c
commit
c78c963bc0
3 changed files with 4 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module maot-shortner
|
|||
go 1.24.5
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.3.924 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.30 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue