mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
9 lines
127 B
Go
9 lines
127 B
Go
package page
|
|
|
|
type PageID string
|
|
|
|
// PageChangeMsg is used to change the current page
|
|
type PageChangeMsg struct {
|
|
ID PageID
|
|
}
|