From 29c39d7a1cbc1f071fa819e589fa6ed93fcb7d80 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 16:11:40 -0600 Subject: Destroy window and node from binary tree Signed-off-by: Jeff Carr --- andlabs/updateui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'andlabs/updateui.go') diff --git a/andlabs/updateui.go b/andlabs/updateui.go index c43e15f..8c94163 100644 --- a/andlabs/updateui.go +++ b/andlabs/updateui.go @@ -1,7 +1,7 @@ package main import ( - "github.com/andlabs/ui" + "go.wit.com/dev/andlabs/ui" ) // Example showing how to update the UI using the QueueMain function -- cgit v1.2.3