From d35c26ecc61103b4ba7d484acf76b6a969159518 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 7 Apr 2025 15:55:04 +0200 Subject: Start new play --- ui/main.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ui/main.go (limited to 'ui/main.go') diff --git a/ui/main.go b/ui/main.go deleted file mode 100644 index 4bdcce9..0000000 --- a/ui/main.go +++ /dev/null @@ -1,19 +0,0 @@ -package main - -import ( - "log" - - "github.com/boozec/rahanna/ui/views" - tea "github.com/charmbracelet/bubbletea" -) - -func main() { - views.ClearScreen() - - p := tea.NewProgram(views.NewRahannaModel(), tea.WithAltScreen()) - - if _, err := p.Run(); err != nil { - log.Fatal(err) - } - views.ClearScreen() -} -- cgit v1.2.3-18-g5258