remove old unused code
This commit is contained in:
parent
675083fb19
commit
bd8f67decc
7 changed files with 0 additions and 886 deletions
|
@ -21,13 +21,4 @@ func Tui() {
|
|||
|
||||
// New WIP Tui
|
||||
pages.Welcome()
|
||||
/*
|
||||
// Make a blank model to keep our state in
|
||||
m := NewModel()
|
||||
|
||||
// Start the program with the model
|
||||
p := tea.NewProgram(m, tea.WithAltScreen())
|
||||
_, err = p.Run()
|
||||
errorcheck.ErrorCheck(err, "Failed to initialize UI")
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue