Extract record list component

This commit is contained in:
Claudio Ortolina
2024-12-11 22:47:23 +03:00
parent 3dde44a58f
commit 8d7fe4d660
7 changed files with 240 additions and 396 deletions
+2
View File
@@ -71,6 +71,8 @@ defmodule MusicLibraryWeb do
quote do
use Phoenix.Component
use Gettext, backend: MusicLibraryWeb.Gettext
# Import convenience functions from controllers
import Phoenix.Controller,
only: [get_csrf_token: 0, view_module: 1, view_template: 1]