Remove unused component
This commit is contained in:
@@ -117,16 +117,6 @@ defmodule MusicLibraryWeb.Components.AddRecord do
|
||||
"""
|
||||
end
|
||||
|
||||
attr :type, :string, required: true
|
||||
|
||||
defp type_badge(assigns) do
|
||||
~H"""
|
||||
<span class="inline-flex items-center rounded-md bg-zinc-50 px-2 py-1 text-xs font-medium text-zinc-600 ring-1 ring-inset ring-zinc-500/10">
|
||||
{@type}
|
||||
</span>
|
||||
"""
|
||||
end
|
||||
|
||||
@impl true
|
||||
def mount(socket) do
|
||||
{:ok,
|
||||
|
||||
Reference in New Issue
Block a user