added missing import

This commit is contained in:
Gregory Ballantine 2024-05-29 11:43:42 -04:00
parent 7282d0a4b6
commit 8df9b7684f

View File

@ -1,6 +1,7 @@
package routes package routes
import ( import (
"fmt"
"log" "log"
"github.com/flamego/binding" "github.com/flamego/binding"