chiya/lib/chiya_web/components/layouts.ex

8 lines
159 B
Elixir
Raw Normal View History

2023-03-05 16:07:40 +01:00
defmodule ChiyaWeb.Layouts do
use ChiyaWeb, :html
2023-08-03 06:49:48 +02:00
import ChiyaWeb.PublicComponents, only: [divider: 1, site_header: 1]
2023-05-22 20:05:44 +02:00
2023-03-05 16:07:40 +01:00
embed_templates "layouts/*"
end