diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-04-05 16:59:10 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-05 17:07:20 +0200 |
| commit | de0cae741138cde6c0444455fc4863a59b70470f (patch) | |
| tree | abf8da423f593de7920854df509da523a53469ce /ui/main.go | |
| parent | b5a6e1108a7209b68b5fc050d8545ab32e9a9dc7 (diff) | |
Switch models
Diffstat (limited to 'ui/main.go')
| -rw-r--r-- | ui/main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ import ( func main() { views.ClearScreen() - p := tea.NewProgram(views.NewAuthModel(), tea.WithAltScreen()) + + p := tea.NewProgram(views.NewRahannaModel(), tea.WithAltScreen()) + if _, err := p.Run(); err != nil { log.Fatal(err) } |