From 38a4e969beda577f282f98749fbef28e1bf83971 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 18:38:53 -0600 Subject: move widget.go in this archive Signed-off-by: Jeff Carr --- andlabs/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'andlabs/action.go') diff --git a/andlabs/action.go b/andlabs/action.go index 82acd58..aedd8ae 100644 --- a/andlabs/action.go +++ b/andlabs/action.go @@ -3,7 +3,7 @@ package main import ( "strconv" "github.com/andlabs/ui" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) func (n *node) show(b bool) { -- cgit v1.2.3