summaryrefslogtreecommitdiff
path: root/image.go
diff options
context:
space:
mode:
Diffstat (limited to 'image.go')
-rw-r--r--image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.go b/image.go
index d3ff21b..dc6c5a2 100644
--- a/image.go
+++ b/image.go
@@ -1,8 +1,8 @@
package gui
import (
- "go.wit.com/lib/widget"
"go.wit.com/log"
+ "go.wit.com/widget"
)
func (parent *Node) NewImage(name string) *Node {