Update cmd/pm/init.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-03-01 20:54:17 +01:00
committed by GitHub
parent 9612cb9338
commit 447f97ec3e

View File

@@ -13,8 +13,6 @@ import (
"github.com/LazyBachelor/LazyPM/pkg/tui"
"github.com/LazyBachelor/LazyPM/pkg/web"
"github.com/spf13/cobra"
_ "github.com/LazyBachelor/LazyPM/cmd/pm/tasks"
)
func init() {