update for svg server to compile

This commit is contained in:
2023-01-28 01:26:46 -08:00
parent a72bf78aef
commit 6e6612716d
5 changed files with 47 additions and 69 deletions

View File

@@ -6,7 +6,7 @@ import (
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/taigrr/gico/graph"
"github.com/taigrr/gico/ui/graph"
)
func InteractiveGraph() {
@@ -19,5 +19,4 @@ func InteractiveGraph() {
fmt.Printf("Error: %v", err)
os.Exit(1)
}
}