diff --git a/templates/collections.templ b/templates/collections.templ index d15d184..e78b7c4 100644 --- a/templates/collections.templ +++ b/templates/collections.templ @@ -1,9 +1,6 @@ package templates -import ( - "bookhoard/internal/handlers" - "fmt" -) +import "bookhoard/internal/handlers" templ Collection(user User, collections []CollectionData, errorMessage string) { @@ -365,117 +362,6 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo -