making LiveHelpers available to LiveComponents
This commit is contained in:
parent
8065890200
commit
e9a1dba607
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ defmodule Bones73kWeb do
|
|||
quote do
|
||||
use Phoenix.LiveComponent
|
||||
|
||||
# Import General Custom Live Helpers
|
||||
import Bones73kWeb.LiveHelpers
|
||||
|
||||
unquote(view_helpers())
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue