Moved package to lmika.dev/cmd/dynamo-browse
All checks were successful
ci / build (push) Successful in 3m17s

This commit is contained in:
Leon Mika 2025-05-26 22:04:23 +10:00
parent 8b5b5798da
commit 32ae488066
111 changed files with 297 additions and 297 deletions

View file

@ -4,8 +4,8 @@ import (
"context"
tea "github.com/charmbracelet/bubbletea"
"github.com/lmika/dynamo-browse/internal/common/ui/dispatcher"
"github.com/lmika/dynamo-browse/internal/common/ui/uimodels"
"lmika.dev/cmd/dynamo-browse/internal/common/ui/dispatcher"
"lmika.dev/cmd/dynamo-browse/internal/common/ui/uimodels"
)
func New(ctx context.Context) (context.Context, *TestUIContext) {