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
+3 -3
View File
@@ -1,9 +1,9 @@
package routes
import (
. "ersteller-lib"
"ersteller-lib/authentication"
google_http "ersteller-lib/authentication/google/http"
. "git.gorlug.de/code/ersteller"
"git.gorlug.de/code/ersteller/authentication"
google_http "git.gorlug.de/code/ersteller/authentication/google/http"
"git.gorlug.de/code/ersteller/starter/about"
"git.gorlug.de/code/ersteller/starter/contact"
"git.gorlug.de/code/ersteller/starter/ent"