lots of changes and reducing dependency imports
This commit is contained in:
@@ -3,12 +3,12 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/LazyBachelor/LazyPM/internal/service"
|
||||
"github.com/LazyBachelor/LazyPM/internal/models"
|
||||
"github.com/LazyBachelor/LazyPM/pkg/tui"
|
||||
)
|
||||
|
||||
func main() {
|
||||
if err := tui.NewTui().Run(context.Background(), service.BaseConfig); err != nil {
|
||||
if err := tui.NewTui().Run(context.Background(), models.BaseConfig); err != nil {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user