making LiveHelpers available to LiveComponents

This commit is contained in:
Adam Piontek 2021-03-01 13:34:24 -05:00
parent 8065890200
commit e9a1dba607
1 changed files with 3 additions and 0 deletions

View File

@ -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