From 5399fc818cf821c75f9f19fd00bf7905ba7fe7e3 Mon Sep 17 00:00:00 2001 From: href Date: Fri, 3 Sep 2021 04:04:21 +0200 Subject: various fixes, web client wip, pubsub events --- lib/lsg_web.ex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/lsg_web.ex') diff --git a/lib/lsg_web.ex b/lib/lsg_web.ex index 113d00d..eb0cdc5 100644 --- a/lib/lsg_web.ex +++ b/lib/lsg_web.ex @@ -63,6 +63,8 @@ defmodule LSGWeb do import LSGWeb.Router.Helpers import LSGWeb.ErrorHelpers import LSGWeb.Gettext + + import Phoenix.LiveView.Helpers end end @@ -71,6 +73,7 @@ defmodule LSGWeb do use Phoenix.Router import Plug.Conn import Phoenix.Controller + import Phoenix.LiveView.Router end end -- cgit v1.2.3