diff options
Diffstat (limited to 'internal/app/tag_commands.go')
| -rw-r--r-- | internal/app/tag_commands.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/app/tag_commands.go b/internal/app/tag_commands.go index c83fab7..fce7951 100644 --- a/internal/app/tag_commands.go +++ b/internal/app/tag_commands.go @@ -1,8 +1,9 @@ package app -import tea "github.com/charmbracelet/bubbletea" - -import "yoga/internal/tags" +import ( + "codeberg.org/snonux/yoga/internal/tags" + tea "github.com/charmbracelet/bubbletea" +) func saveTagsCmd(path string, entries []string) tea.Cmd { // Copy slice to avoid accidental mutation after scheduling command. |
