chiya/lib/chiya_web/components/layouts.ex

8 lines
123 B
Elixir
Raw Normal View History

2023-03-05 16:07:40 +01:00
defmodule ChiyaWeb.Layouts do
use ChiyaWeb, :html
2023-05-22 20:05:44 +02:00
import ChiyaWeb.PublicComponents
2023-03-05 16:07:40 +01:00
embed_templates "layouts/*"
end