diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 20:12:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 20:12:25 -0600 |
| commit | 1db4ed9a301500e3b5f5ed3a150fc33a3107fd50 (patch) | |
| tree | 8e6f24ee40b7ea2e7ff4c783b4fed2864f56f5b5 /examples/controlgallery.go | |
| parent | 70a69d6ae31ed9d8bb0619a191179c63d846ab8e (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/controlgallery.go')
| -rw-r--r-- | examples/controlgallery.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/controlgallery.go b/examples/controlgallery.go index e2d2dc2..d09ff90 100644 --- a/examples/controlgallery.go +++ b/examples/controlgallery.go @@ -5,8 +5,8 @@ package main import ( - "github.com/andlabs/ui" - _ "github.com/andlabs/ui/winmanifest" + "go.wit.com/dev/andlabs/ui" + _ "go.wit.com/dev/andlabs/ui/winmanifest" ) var mainwin *ui.Window |
