ficsit-cli-flake/tea/scenes/profiles.go

11 lines
218 B
Go
Raw Normal View History

2021-11-05 23:42:49 +02:00
package scenes
2021-12-02 06:00:33 +02:00
import (
tea "github.com/charmbracelet/bubbletea"
"github.com/satisfactorymodding/ficsit-cli/tea/components"
)
2021-11-05 23:42:49 +02:00
2021-12-02 06:00:33 +02:00
func NewProfiles(root components.RootModel, parent tea.Model) tea.Model {
2021-11-05 23:42:49 +02:00
return nil
}