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