mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +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
|
|
}
|