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,7 +1,7 @@
package handlers
import (
"templ-tests/app/templates"
"htmx-templ/app/templates"
"github.com/gofiber/fiber/v2"
)

View File

@ -1,8 +1,8 @@
package handlers
import (
"templ-tests/app/templates"
"templ-tests/app/types"
"htmx-templ/app/templates"
"htmx-templ/app/types"
"github.com/gofiber/fiber/v2"
)

View File

@ -1,11 +1,11 @@
package handlers
import (
"htmx-templ/app/data"
"htmx-templ/app/templates"
"htmx-templ/app/types"
"strconv"
"strings"
"templ-tests/app/data"
"templ-tests/app/templates"
"templ-tests/app/types"
"github.com/gofiber/fiber/v2"
)