Files
music_library/lib/music_library_web/controllers/stats_html.ex
T
Claudio Ortolina 52c1be1e32 Restructure stats
Split out count by format
2024-10-08 20:36:39 +01:00

10 lines
183 B
Elixir

defmodule MusicLibraryWeb.StatsHTML do
use MusicLibraryWeb, :html
import MusicLibraryWeb.ArtistHelpers
alias MusicLibrary.Records.Record
embed_templates "stats_html/*"
end