From fe4b1585b4d33883b5b5241b050c8527c107c0e7 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 10 Mar 2023 15:08:08 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb.ex=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web.ex b/lib/chiya_web.ex index 8d28ae0..4411cd2 100644 --- a/lib/chiya_web.ex +++ b/lib/chiya_web.ex @@ -92,7 +92,7 @@ defmodule ChiyaWeb do alias Phoenix.LiveView.JS # Custom functions - import ChiyaWeb.Format, only: [from_now: 1] + import ChiyaWeb.Format, only: [from_now: 1, from_now: 2] # Routes generation with the ~p sigil unquote(verified_routes())