live_beats/lib/live_beats_web/views/layout_view.ex
Chris McCord 708bf715e1 WIP
2021-10-27 16:02:56 -04:00

10 lines
308 B
Elixir

defmodule LiveBeatsWeb.LayoutView do
use LiveBeatsWeb, :view
alias Phoenix.LiveView.JS
# 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