live_beats/lib/live_beats_web/views/layout_view.ex
Chris McCord 85855f9939 Make it so 🚀
2021-09-02 14:00:57 -04:00

8 lines
279 B
Elixir

defmodule LiveBeatsWeb.LayoutView do
use LiveBeatsWeb, :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