diff options
Diffstat (limited to 'andlabs/delete.go')
| -rw-r--r-- | andlabs/delete.go | 2 |
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 |
