From 1f0d9ec8452f15c27cd33c4e3874454c35993743 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 8 Apr 2025 14:37:33 +0200 Subject: Use internal/pkg structure --- cmd/ui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ui') diff --git a/cmd/ui/main.go b/cmd/ui/main.go index 4bdcce9..0b8d4bb 100644 --- a/cmd/ui/main.go +++ b/cmd/ui/main.go @@ -3,7 +3,7 @@ package main import ( "log" - "github.com/boozec/rahanna/ui/views" + "github.com/boozec/rahanna/pkg/ui/views" tea "github.com/charmbracelet/bubbletea" ) -- cgit v1.2.3-18-g5258