update deps and format

This commit is contained in:
2022-02-16 18:45:18 -05:00
parent fb288e4389
commit 6c49e6ec4e
14 changed files with 332 additions and 309 deletions

View File

@ -5,7 +5,7 @@ defmodule CanneryWeb.ContainerLive.Show do
use CanneryWeb, :live_view
import CanneryWeb.Components.{AmmoGroupCard, TagCard}
alias Cannery.{Containers, Repo, Tags}
alias Cannery.{Accounts.User, Containers, Containers.Container, Repo, Tags}
alias CanneryWeb.Endpoint
alias Ecto.Changeset
alias Phoenix.LiveView.Socket