Fix import paths in templates & generated go files

This commit is contained in:
Denis Arh
2022-11-17 17:29:51 +01:00
parent d4ed9ff539
commit b1ba01b474
156 changed files with 250 additions and 250 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package codegen
import (
"github.com/cortezaproject/corteza-server/app"
"github.com/cortezaproject/corteza-server/codegen/schema"
"github.com/cortezaproject/corteza/server/app"
"github.com/cortezaproject/corteza/server/codegen/schema"
)
[...schema.#codegen] &