start with upgdrade (broken right now)

This commit is contained in:
Robin Olsen
2026-03-18 11:23:10 +01:00
parent 0c01583ba3
commit 40d25cc716
45 changed files with 218 additions and 218 deletions

View File

@@ -1,6 +1,6 @@
package components
import "github.com/charmbracelet/bubbles/key"
import "charm.land/bubbles/v2/key"
// CommonKeyMap holds the key bindings shared between the issues dashboard
// and the kanban board.
@@ -82,4 +82,3 @@ func DefaultCommonKeyMap() CommonKeyMap {
),
}
}