Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Nov 11, 2023
1 parent edebe59 commit 48b7353
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/basket_web/live/overview.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ defmodule BasketWeb.Overview do

require Logger

alias BasketWeb.Components.NavRow
alias Basket.Alpaca.Websocket.{Client, Message}
alias Basket.Alpaca.HttpClient
alias BasketWeb.Components.SearchInput
alias Basket.Alpaca.Websocket.{Client, Message}
alias BasketWeb.Components.{NavRow, SearchInput}

prop tickers, :list, default: []

Expand Down

0 comments on commit 48b7353

Please sign in to comment.