summaryrefslogtreecommitdiff
path: root/andlabs/delete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 18:38:53 -0600
committerJeff Carr <[email protected]>2024-01-03 18:38:53 -0600
commit38a4e969beda577f282f98749fbef28e1bf83971 (patch)
tree1cb914687430390c2446d08c34b1b458382d5308 /andlabs/delete.go
parentb54d69717383e6301cb335a3e490e1892399d46b (diff)
move widget.go in this archive
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/delete.go')
-rw-r--r--andlabs/delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/delete.go b/andlabs/delete.go
index 591d75e..7b6c2da 100644
--- a/andlabs/delete.go
+++ b/andlabs/delete.go
@@ -2,7 +2,7 @@ package main
// if you include more than just this import
// then your plugin might be doing something un-ideal (just a guess from 2023/02/27)
-import "go.wit.com/gui/gui/toolkit"
+import "go.wit.com/gui/toolkits"
// delete the child widget from the parent
// p = parent, c = child