Move all components under /components

This commit is contained in:
Claudio Ortolina
2025-02-20 09:10:55 +00:00
parent 55538903d4
commit 72cc2bf0c4
12 changed files with 40 additions and 40 deletions
@@ -90,7 +90,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
end
@impl true
def handle_info({MusicLibraryWeb.RecordLive.FormComponent, {:saved, _record}}, socket) do
def handle_info({MusicLibraryWeb.FormComponent, {:saved, _record}}, socket) do
{:noreply, load_and_assign_records(socket, socket.assigns.record_list_params)}
end