package pages import ( tea "github.com/charmbracelet/bubbletea" ) func BackCmd() tea.Msg { return BackMsg{} } type BackMsg struct{}