diff options
Diffstat (limited to 'delete.go')
| -rw-r--r-- | delete.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,8 +3,8 @@ 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/lib/widget" "go.wit.com/log" + "go.wit.com/widget" ) // delete the child widget from the parent |
