mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-07 00:20:35 +07:00
fix: module path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { GetAll, Create, Delete, GetById, Update, Count, SortedByOrder, SearchByAllTextFields } from "../../bindings/app/internal/services/{{.LowerModelName}}service"
|
||||
import type { {{.ModelName}} } from "{{.ServicesPath}}"
|
||||
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 type { IService } from "../types/service.type"
|
||||
import type { SortOptions } from "../types/sort-options.type";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user