Skip to content

Commit

Permalink
refactor: move transaction and generate page
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Nov 6, 2024
1 parent 236d8ca commit 34a6dde
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ui/viewport.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package ui
import (
"context"
"fmt"
"github.com/algorandfoundation/hack-tui/ui/modals/generate"
"github.com/algorandfoundation/hack-tui/ui/modals/transaction"

"github.com/algorandfoundation/hack-tui/api"
"github.com/algorandfoundation/hack-tui/internal"
"github.com/algorandfoundation/hack-tui/ui/pages/accounts"
"github.com/algorandfoundation/hack-tui/ui/pages/generate"
"github.com/algorandfoundation/hack-tui/ui/pages/keys"
"github.com/algorandfoundation/hack-tui/ui/pages/transaction"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
)
Expand Down

0 comments on commit 34a6dde

Please sign in to comment.