rename ammo groups to packs everywhere
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
defmodule CanneryWeb.Components.MovePackComponent do
|
||||
@moduledoc """
|
||||
Livecomponent that can move an ammo group to another container
|
||||
Livecomponent that can move a pack to another container
|
||||
"""
|
||||
|
||||
use CanneryWeb, :live_component
|
||||
|
@ -1,6 +1,6 @@
|
||||
defmodule CanneryWeb.Components.PackTableComponent do
|
||||
@moduledoc """
|
||||
A component that displays a list of ammo groups
|
||||
A component that displays a list of packs
|
||||
"""
|
||||
use CanneryWeb, :live_component
|
||||
alias Cannery.{Accounts.User, Ammo.Pack, ComparableDate}
|
||||
|
Reference in New Issue
Block a user