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,12 +1,12 @@
package views
import (
"charm.land/bubbletea/v2"
"github.com/LazyBachelor/LazyPM/internal/app"
"github.com/LazyBachelor/LazyPM/internal/models"
"github.com/LazyBachelor/LazyPM/pkg/tui/msgs"
"github.com/LazyBachelor/LazyPM/pkg/tui/views/dashboard"
"github.com/LazyBachelor/LazyPM/pkg/tui/views/kanban"
tea "github.com/charmbracelet/bubbletea"
)
type RootModel struct {