summaryrefslogtreecommitdiff
path: root/internal/live/live.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/live/live.go')
-rw-r--r--internal/live/live.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/live/live.go b/internal/live/live.go
index ff214f7..60a4ce7 100644
--- a/internal/live/live.go
+++ b/internal/live/live.go
@@ -6,7 +6,7 @@ import (
"github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/common-nighthawk/go-figure"
- timrTimer "timr/internal/timer"
+ timrTimer "codeberg.org/snonux/timr/internal/timer"
)
type tickMsg time.Time