remove old unused code

This commit is contained in:
HikariKnight 2024-01-01 12:55:26 +01:00
parent 675083fb19
commit bd8f67decc
7 changed files with 0 additions and 886 deletions

View file

@ -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")
*/
}