Fix some import paths

menus
Noah 2019-12-27 16:46:38 -08:00
padre 70f8e5b02a
commit 039f0e6338
Se han modificado 3 ficheros con 3 adiciones y 3 borrados

Ver fichero

@ -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.

Ver fichero

@ -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

Ver fichero

@ -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()