From 7ecff5b5e59b2f7be025b3d2de83d8ee1753cd09 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 10 Mar 2023 13:51:37 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/chiya_web.ex b/lib/chiya_web.ex index b314bf8..8d28ae0 100644 --- a/lib/chiya_web.ex +++ b/lib/chiya_web.ex @@ -91,6 +91,9 @@ defmodule ChiyaWeb do # Shortcut for generating JS commands alias Phoenix.LiveView.JS + # Custom functions + import ChiyaWeb.Format, only: [from_now: 1] + # Routes generation with the ~p sigil unquote(verified_routes()) end