update imports

This commit is contained in:
2025-04-19 13:20:10 +07:00
parent 72569a0f75
commit 305ac3dbf6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { GetAll, Create, Delete, GetById, Update, Count, SortedByOrder, SearchByAllTextFields } from "../../bindings/github.com/kuzgoga/nto-boilerplate/internal/services/{{.LowerModelName}}service"
import type { {{.ModelName}} } from "../../bindings/github.com/kuzgoga/nto-boilerplate/internal/services"
import { GetAll, Create, Delete, GetById, Update, Count, SortedByOrder, SearchByAllTextFields } from "../../bindings/wails_tables/internal/services/{{.LowerModelName}}service";
import type { {{.ModelName}} } from "../../bindings/wails_tables/internal/models";
import type { IService } from "../types/service.type"
import type { SortOptions } from "../types/sort-options.type";