6 lines
115 B
Elixir
6 lines
115 B
Elixir
|
defmodule TestPhoenixLiveViewWeb.Layouts do
|
||
|
use TestPhoenixLiveViewWeb, :html
|
||
|
|
||
|
embed_templates "layouts/*"
|
||
|
end
|