Reuse release components for scrobble release page

This commit is contained in:
Claudio Ortolina
2025-09-27 13:54:44 +03:00
parent 5135974269
commit 7eb0568bd3
4 changed files with 22 additions and 76 deletions
@@ -1,8 +1,9 @@
defmodule MusicLibraryWeb.ScrobbleLive.Show do
use MusicLibraryWeb, :live_view
import(MusicLibraryWeb.Components.Release, only: [medium: 1])
alias MusicLibrary.ScrobbleActivity
alias MusicLibraryWeb.Duration
@impl true
def mount(_params, _session, socket) do