From 46b7e386f45c8b035a5eb04e341cfe2e09a9f9bd Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sun, 23 Jun 2024 14:11:37 -0700 Subject: [PATCH] correct import --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index eaedb0c..45adda8 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,7 @@ import ( "github.com/dweymouth/supersonic/res" "github.com/dweymouth/supersonic/ui" + "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" )