Add basic issue view, styling and ux need improvement
This commit is contained in:
10
pkg/tui/views/views.go
Normal file
10
pkg/tui/views/views.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package views
|
||||
|
||||
import (
|
||||
"github.com/LazyBachelor/LazyPM/internal/service"
|
||||
"github.com/LazyBachelor/LazyPM/pkg/tui/views/dashboard"
|
||||
)
|
||||
|
||||
func NewDashboardView(svc *service.Services) dashboard.Model {
|
||||
return dashboard.NewDashboard(svc)
|
||||
}
|
||||
Reference in New Issue
Block a user