Skip to content

Commit

Permalink
refactor: update package structure
Browse files Browse the repository at this point in the history
Since the UI only relates the CLI, it should be part of that package by logic
  • Loading branch information
deadpyxel committed Mar 22, 2024
1 parent 61a19e1 commit a83621d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/note_edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"time"

tea "github.com/charmbracelet/bubbletea"
"github.com/deadpyxel/workday/cmd/ui"
"github.com/deadpyxel/workday/internal/journal"
"github.com/deadpyxel/workday/internal/ui"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a83621d

Please sign in to comment.