Initial commit
This commit is contained in:
11
pages/page.go
Normal file
11
pages/page.go
Normal file
@ -0,0 +1,11 @@
|
||||
package pages
|
||||
|
||||
import (
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
func BackCmd() tea.Msg {
|
||||
return BackMsg{}
|
||||
}
|
||||
|
||||
type BackMsg struct{}
|
||||
Reference in New Issue
Block a user