TheMathemagicians/sevenkeys/tui/home/init.go

10 lines
114 B
Go
Raw Normal View History

2024-06-08 15:32:19 +00:00
package home
2024-06-05 12:06:24 +00:00
import (
tea "github.com/charmbracelet/bubbletea"
)
func (m Model) Init() tea.Cmd {
2024-06-08 15:32:19 +00:00
return nil
2024-06-05 12:06:24 +00:00
}