TestPhoenixLiveView/lib/test_phoenix_live_view_web/components/layouts.ex
2024-02-13 20:16:34 +01:00

5 lines
115 B
Elixir

defmodule TestPhoenixLiveViewWeb.Layouts do
use TestPhoenixLiveViewWeb, :html
embed_templates "layouts/*"
end