„lib/chiya_web.ex“ ändern

This commit is contained in:
inhji 2023-03-10 15:11:42 +01:00
parent 8a109437bc
commit f47cbf3e94

View file

@ -92,7 +92,7 @@ defmodule ChiyaWeb do
alias Phoenix.LiveView.JS alias Phoenix.LiveView.JS
# Custom functions # 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 # Routes generation with the ~p sigil
unquote(verified_routes()) unquote(verified_routes())