geo-therminator/lib/geo_therminator_web/views/layout_view.ex

8 lines
289 B
Elixir
Raw Normal View History

2021-11-07 09:01:39 +00:00
defmodule GeoTherminatorWeb.LayoutView do
use GeoTherminatorWeb, :view
# Phoenix LiveDashboard is available only in development by default,
# so we instruct Elixir to not warn if the dashboard route is missing.
@compile {:no_warn_undefined, {Routes, :live_dashboard_path, 2}}
end