Skip to content

Commit b57d60e

Browse files
committed
Go back to old live view approach
1 parent 381f798 commit b57d60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/components_guide_web/lib/components_guide_web.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ defmodule ComponentsGuideWeb do
4242
import ComponentsGuideWeb.ErrorHelpers
4343
import ComponentsGuideWeb.Gettext
4444
alias ComponentsGuideWeb.Router.Helpers, as: Routes
45-
import Phoenix.LiveView.Helpers
46-
# import Phoenix.LiveView, only: [live_render: 2, live_render: 3]
45+
# import Phoenix.LiveView.Helpers
46+
import Phoenix.LiveView, only: [live_render: 2, live_render: 3]
4747
alias ComponentsGuideWeb.StylingHelpers, as: Styling
4848
end
4949
end

0 commit comments

Comments
 (0)