refactor: move ui components to global

This commit is contained in:
Prad Nukala
2024-10-07 10:31:39 -04:00
parent ab476712af
commit c35d3bb1ae
6 changed files with 4 additions and 138 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package home
import (
"github.com/onsonr/sonr/pkg/nebula/components/ui"
"github.com/onsonr/sonr/pkg/nebula/global/ui"
"github.com/onsonr/sonr/pkg/nebula/models"
)