Fix some import paths

menus
Noah 2019-12-27 16:46:38 -08:00
vanhempi 70f8e5b02a
commit 039f0e6338
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa

Näytä tiedosto

@ -5,7 +5,7 @@ import (
"fmt"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// Button is a clickable button.

Näytä tiedosto

@ -5,7 +5,7 @@ import (
"strconv"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// CheckButton implements a checkbox and radiobox widget. It's based on a

Näytä tiedosto

@ -4,7 +4,7 @@ import (
"fmt"
"git.kirsle.net/go/render"
"git.kirsle.net/apps/doodle/lib/ui/theme"
"git.kirsle.net/go/ui/theme"
)
// BorderStyle options for widget.SetBorderStyle()