// package ui contains the Fyne GUI bootstrap and wiring. package ui import "testing" // Dummy test to ensure package compiles func TestUIPackage_Compiles(t *testing.T) { // This test ensures the ui package compiles without errors }