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{}