We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f798 commit b57d60eCopy full SHA for b57d60e
apps/components_guide_web/lib/components_guide_web.ex
@@ -42,8 +42,8 @@ defmodule ComponentsGuideWeb do
42
import ComponentsGuideWeb.ErrorHelpers
43
import ComponentsGuideWeb.Gettext
44
alias ComponentsGuideWeb.Router.Helpers, as: Routes
45
- import Phoenix.LiveView.Helpers
46
- # import Phoenix.LiveView, only: [live_render: 2, live_render: 3]
+ # import Phoenix.LiveView.Helpers
+ import Phoenix.LiveView, only: [live_render: 2, live_render: 3]
47
alias ComponentsGuideWeb.StylingHelpers, as: Styling
48
end
49
0 commit comments