really everywhere this time

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-18 04:35:05 -06:00
parent 95b019ad22
commit 0898a4601e
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ package main
import (
"go.wit.com/log"
"go.wit.com/widget"
// "go.wit.com/gui/toolkits/tree"
// "go.wit.com/toolkits/tree"
)
func doAction(a widget.Action) {

View File

@ -3,8 +3,8 @@ package main
/*
import (
"go.wit.com/log"
"go.wit.com/gui/widget"
"go.wit.com/gui/toolkits/tree"
"go.wit.com/widget"
"go.wit.com/toolkits/tree"
)
func doWidgetClick(n *tree.Node) {