mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add placeholder models for later
This commit is contained in:
@@ -39,9 +39,11 @@ func xmain() {
|
||||
type errMsg error
|
||||
|
||||
type model struct {
|
||||
spinner spinner.Model
|
||||
quitting bool
|
||||
err error
|
||||
SettingsModel any
|
||||
GraphModel any
|
||||
CommitModel any
|
||||
quitting bool
|
||||
err error
|
||||
}
|
||||
|
||||
var quitKeys = key.NewBinding(
|
||||
|
||||
Reference in New Issue
Block a user