Use Fluxon from HTML helpers

This commit is contained in:
Claudio Ortolina
2025-07-04 13:41:15 +01:00
parent f395fe0f4a
commit 6518a4b10e
2 changed files with 2 additions and 22 deletions
+2 -1
View File
@@ -93,11 +93,12 @@ defmodule MusicLibraryWeb do
defp html_helpers do
quote do
use Gettext, backend: MusicLibraryWeb.Gettext
use Fluxon
# Core UI components and translation
import MusicLibraryWeb.CoreComponents
# HTML escaping functionality
import Phoenix.HTML
# Core UI components and translation
# Shortcut for generating JS commands
alias Phoenix.LiveView.JS