minor style fix

This commit is contained in:
2025-10-02 17:52:08 +00:00
parent db32f318b9
commit 118b7dac53
2 changed files with 2 additions and 4 deletions

View File

@@ -3,10 +3,9 @@ package app
import ( import (
"fmt" "fmt"
"log" "log"
"proxmoxaas-dashboard/dist/web" // go will complain here until the first build
"proxmoxaas-dashboard/app/common" "proxmoxaas-dashboard/app/common"
"proxmoxaas-dashboard/app/routes" "proxmoxaas-dashboard/app/routes"
"proxmoxaas-dashboard/dist/web" // go will complain here until the first build
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/tdewolff/minify/v2" "github.com/tdewolff/minify/v2"

View File

@@ -4,11 +4,10 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"proxmoxaas-dashboard/app/common" "proxmoxaas-dashboard/app/common"
fabric "proxmoxaas-fabric/app"
"slices" "slices"
"sort" "sort"
fabric "proxmoxaas-fabric/app"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/go-viper/mapstructure/v2" "github.com/go-viper/mapstructure/v2"
) )