Initial commit

This commit is contained in:
2023-02-18 02:50:14 -07:00
commit 3f87018dfa
7 changed files with 651 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package screens
import tea "github.com/charmbracelet/bubbletea"
type ScreenSwitchMsg struct {
NewScreen tea.Model
}