Files
homepage/lib/homepage_web/views/layout_view.ex
Rüdiger Diedrich 9d8fad95d3 first version
- content on index
- tailwind setup
2022-04-28 09:58:07 +02:00

8 lines
277 B
Elixir

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