mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
6 lines
91 B
Elixir
6 lines
91 B
Elixir
|
|
defmodule ExampleWeb.Layouts do
|
||
|
|
use ExampleWeb, :html
|
||
|
|
|
||
|
|
embed_templates "layouts/*"
|
||
|
|
end
|