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