From 465c4d4a795f48fc27a4d7c2bea99a513b4899ff Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 19 Oct 2025 16:59:29 +0100 Subject: [PATCH] Remove unnecessary 'use' directive --- lib/music_library_web/components/release.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/music_library_web/components/release.ex b/lib/music_library_web/components/release.ex index 3ee34c7a..5fa9b1ca 100644 --- a/lib/music_library_web/components/release.ex +++ b/lib/music_library_web/components/release.ex @@ -1,6 +1,5 @@ defmodule MusicLibraryWeb.Components.Release do use MusicLibraryWeb, :live_component - use Gettext, backend: MusicLibraryWeb.Gettext alias MusicBrainz.Release alias MusicLibrary.ScrobbleActivity