geo-therminator/lib/geo_therminator_web/views/layout_view.ex
2021-11-07 11:01:39 +02:00

7 lines
289 B
Elixir

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