improve formatting

This commit is contained in:
2023-01-26 00:36:15 -05:00
parent 51e6f49d17
commit 50c4878453
8 changed files with 122 additions and 108 deletions

View File

@@ -46,7 +46,7 @@ defmodule MemexWeb do
def live_view do
quote do
use Phoenix.LiveView,
layout: {MemexWeb.LayoutView, :live}
layout: {MemexWeb.LayoutView, "live.html"}
on_mount MemexWeb.InitAssigns
unquote(view_helpers())