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
@@ -99,7 +99,7 @@ defmodule MusicLibraryWeb.CollectionLive.Show do
end
@impl true
def handle_info({MusicLibraryWeb.RecordLive.FormComponent, {:saved, record}}, socket) do
def handle_info({MusicLibraryWeb.FormComponent, {:saved, record}}, socket) do
{:noreply, assign(socket, :record, record)}
end