update/import-github-repo-packages

This commit is contained in:
SowinskiBraeden committed 2022-02-14 10:15:52 -08:00
1 parent 0b538158c7
commit fca27bd28a
7 files changed
+14 -10

No files matched your search

+1 -1
View File
@@ -1,7 +1,7 @@
package routes
import (
"school-management/controllers"
"github.com/SowinskiBraeden/school-management-api/controllers"
"github.com/gofiber/fiber/v2"
)