chronoscope/lib/chronoscope_web/controllers/page_html.ex

6 lines
102 B
Elixir
Raw Normal View History

2024-03-09 14:27:14 -05:00
defmodule ChronoscopeWeb.PageHTML do
use ChronoscopeWeb, :html
embed_templates "page_html/*"
end