Fix some import paths
This commit is contained in:
parent
70f8e5b02a
commit
039f0e6338
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user