fix: reorder import statements in domain_handler.go for consistency

This commit is contained in:
Wikid82
2025-11-21 16:16:18 -05:00
parent cf23ddb666
commit a5fd7b02f3
@@ -3,8 +3,8 @@ package handlers
import (
"net/http"
"github.com/gin-gonic/gin"
"github.com/Wikid82/CaddyProxyManagerPlus/backend/internal/models"
"github.com/gin-gonic/gin"
"gorm.io/gorm"
)