Use :live, not live.html (#1069)

This commit is contained in:
Jamil
2022-10-27 15:24:52 -07:00
committed by GitHub
parent e585228dd5
commit 5e5c2d35ac

View File

@@ -58,7 +58,7 @@ defmodule FzHttpWeb do
def live_view do
quote do
use Phoenix.LiveView, layout: {FzHttpWeb.LayoutView, "live.html"}
use Phoenix.LiveView, layout: {FzHttpWeb.LayoutView, :live}
import FzHttpWeb.LiveHelpers
alias FzHttp.Configurations, as: Conf
alias Phoenix.LiveView.JS