add placeholder models for later

This commit is contained in:
2023-02-10 22:46:35 -08:00
parent 569422c1fd
commit c2acbdcedf

View File

@@ -39,7 +39,9 @@ func xmain() {
type errMsg error
type model struct {
spinner spinner.Model
SettingsModel any
GraphModel any
CommitModel any
quitting bool
err error
}