fix(hook): remove unused workspace import after rebase

This commit is contained in:
diesel
2026-01-25 11:24:49 -08:00
committed by John Ogle
parent 9cac229023
commit 9c1601df82

View File

@@ -12,7 +12,6 @@ import (
"github.com/steveyegge/gastown/internal/beads"
"github.com/steveyegge/gastown/internal/events"
"github.com/steveyegge/gastown/internal/style"
"github.com/steveyegge/gastown/internal/workspace"
)
var hookCmd = &cobra.Command{