chiya/lib/chiya_web/components/layouts.ex

8 lines
143 B
Elixir
Raw Normal View History

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