diff --git a/component/customtextfieldautocomplete/customtextfieldautocomplete.templ b/component/customtextfieldautocomplete/customtextfieldautocomplete.templ index ada7166..3846a38 100644 --- a/component/customtextfieldautocomplete/customtextfieldautocomplete.templ +++ b/component/customtextfieldautocomplete/customtextfieldautocomplete.templ @@ -2,7 +2,7 @@ package customtextfieldautocomplete; import ( "cpone/layout" - services "cpone/services/dev" + "cpone/models" ) templ MainCustomAutoComplete(value string) { @@ -32,7 +32,7 @@ templ ListCustomAutoCompleteHide() {
} -templ ListCustomAutoComplete(limit string, param string, totalDataInt int, foundCount int, pageOf string, textFound string, data []services.AutoComplete) { +templ ListCustomAutoComplete(limit string, param string, totalDataInt int, foundCount int, pageOf string, textFound string, data []models.AutoComplete) {