From f47cbf3e94efebe066e24152afe5dc0bf26c7ebe Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 10 Mar 2023 15:11:42 +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 4411cd2..8c07f1d 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, from_now: 2] + import ChiyaWeb.Format, only: [from_now: 1, from_now_naive: 1] # Routes generation with the ~p sigil unquote(verified_routes())