chiya/lib/chiya_web/components/layouts.ex

7 lines
114 B
Elixir
Raw Normal View History

2023-03-05 16:07:40 +01:00
defmodule ChiyaWeb.Layouts do
use ChiyaWeb, :html
2023-09-11 23:19:44 +02:00
import PhoenixActiveLink
2023-03-05 16:07:40 +01:00
embed_templates "layouts/*"
end