refactor: migrate UI components to nebula module

This commit is contained in:
Prad Nukala
2024-12-08 16:17:21 -05:00
parent c64c506c52
commit b65e844824
34 changed files with 62 additions and 2291 deletions
@@ -9,8 +9,8 @@ import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime"
import (
"github.com/onsonr/sonr/pkg/styles/layout"
"github.com/onsonr/sonr/pkg/styles/text"
"github.com/onsonr/nebula/ui/layout"
"github.com/onsonr/nebula/ui/text"
)
func InitialView() templ.Component {