mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
update for svg server to compile
This commit is contained in:
3
ui/bb.go
3
ui/bb.go
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user