Rename project

This commit is contained in:
Eden Kirin
2024-02-01 22:10:07 +01:00
parent ab7cac7995
commit 8b1c9d02c5
11 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,8 @@
package templates
import (
"templ-tests/app/types"
"templ-tests/app/data"
"htmx-templ/app/types"
"htmx-templ/app/data"
"slices"
"sort"
)

View File

@ -11,10 +11,10 @@ import "io"
import "bytes"
import (
"htmx-templ/app/data"
"htmx-templ/app/types"
"slices"
"sort"
"templ-tests/app/data"
"templ-tests/app/types"
)
func interactiveButtonsSection() templ.Component {

View File

@ -1,6 +1,6 @@
package templates
import "templ-tests/app/types"
import "htmx-templ/app/types"
type PageContext struct {
Title string