8 lines
227 B
Go
8 lines
227 B
Go
package msgs
|
|
|
|
// SwitchToDashboardMsg signals to switch to the main dashboard view.
|
|
type SwitchToDashboardMsg struct{}
|
|
|
|
// SwitchToKanbanBoardMsg signals to switch to the kanban board view.
|
|
type SwitchToKanbanBoardMsg struct{}
|