From 85ea96a171105bb57af30ee9379e4f4222f55db2 Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 13 Feb 2022 21:18:34 -0500 Subject: [PATCH] alias CanneryWeb.Endpoint --- lib/cannery_web/components/topbar.ex | 24 +++++++++---------- .../templates/layout/topbar.html.heex | 22 ++++++++--------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lib/cannery_web/components/topbar.ex b/lib/cannery_web/components/topbar.ex index 452ee208..0602ccbe 100644 --- a/lib/cannery_web/components/topbar.ex +++ b/lib/cannery_web/components/topbar.ex @@ -6,7 +6,7 @@ defmodule CanneryWeb.Components.Topbar do use CanneryWeb, :component alias Cannery.Accounts - alias CanneryWeb.HomeLive + alias CanneryWeb.{Endpoint, HomeLive} def topbar(assigns) do assigns = @@ -17,7 +17,7 @@ defmodule CanneryWeb.Components.Topbar do