package tui // Implementation: github.com/lucasdataproyects/devfactory/tui import tea "github.com/charmbracelet/bubbletea" // Quit devuelve un mensaje de salida para el bucle de Bubble Tea. func Quit() tea.Msg { return tea.QuitMsg{} }