mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Implemented windows package
This commit is contained in:
parent
0847aee30e
commit
94a760a663
10
ui/windows/windows.go
Normal file
10
ui/windows/windows.go
Normal file
@ -0,0 +1,10 @@
|
||||
package windows
|
||||
|
||||
import (
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
type Window interface {
|
||||
View() string
|
||||
Update(msg tea.Msg) (tea.Model, tea.Cmd)
|
||||
}
|
Loading…
Reference in New Issue
Block a user