func()

in ui.go [42:45]


func (m tableModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
	// Quit right away after drawing
	return m, tea.Quit
}