diff --git a/generation/service.go b/generation/service.go index 8592137..103c7d1 100644 --- a/generation/service.go +++ b/generation/service.go @@ -16,7 +16,7 @@ func GenerateService(structName, mkPath string) { } defer serviceFile.Close() _, err = serviceFile.WriteString(fmt.Sprintf( - `import { GetAll, Create, Delete, ExportToExcel, GetById, Update, Count } from "%s" + `import { GetAll, Create, Delete, GetById, Update, Count } from "%s" import type { %s } from "%s" import type { IService } from "%s"