mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-14 20:21:01 +00:00
7 lines
279 B
Elixir
7 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
|