mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Use :live, not live.html (#1069)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user