Update imports

This commit is contained in:
Achim Rohn
2025-11-15 12:16:59 +01:00
parent 18d05566e2
commit 0db7fd5a33
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
ersteller_ent "ersteller-lib/schema/ent"
ersteller_ent "git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
"ersteller-lib/schema/ent"
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
"ersteller-lib/schema/ent"
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/field"