TestPhoenixLiveView/lib/test_phoenix_live_view_web/components/layouts.ex

6 lines
115 B
Elixir
Raw Normal View History

2024-02-13 20:16:34 +01:00
defmodule TestPhoenixLiveViewWeb.Layouts do
use TestPhoenixLiveViewWeb, :html
embed_templates "layouts/*"
end