summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index c0a925f..e18d4d1 100644
--- a/plugin.go
+++ b/plugin.go
@@ -3,8 +3,8 @@ package main
import (
// if you include more than just this import
// then your plugin might be doing something un-ideal (just a guess from 2023/02/27)
- "go.wit.com/lib/widget"
"go.wit.com/log"
+ "go.wit.com/widget"
)
func action(a *widget.Action) {