TheMathemagicians/sevenkeys/tui/home/init.go

10 lines
114 B
Go

package home
import (
tea "github.com/charmbracelet/bubbletea"
)
func (m Model) Init() tea.Cmd {
return nil
}