summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/delete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
committerJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
commit9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch)
treee635091058c4fd6da949e6ccbd1291fa3c929cb3 /toolkit/andlabs/delete.go
parent85b9a036c289fe840e69e1852866f429b87cf63e (diff)
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/delete.go')
-rw-r--r--toolkit/andlabs/delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/delete.go b/toolkit/andlabs/delete.go
index 82727fe..e6fea35 100644
--- a/toolkit/andlabs/delete.go
+++ b/toolkit/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 "git.wit.org/wit/gui/toolkit"
+import "go.wit.com/gui/toolkit"
// delete the child widget from the parent
// p = parent, c = child