sentralize userquiterror

This commit is contained in:
Robin Olsen
2026-02-18 14:32:08 +01:00
parent 5c74cd15ba
commit 2583ca13c3
4 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
package taskui
import (
"errors"
"fmt"
"strings"
@@ -11,8 +10,6 @@ import (
tea "github.com/charmbracelet/bubbletea"
)
var ErrUserQuit = errors.New("user quit")
type TaskDetails struct {
Title string
Description string