server/lib/boardwise_web/controllers/react_html.ex

6 lines
100 B
Elixir
Raw Normal View History

2023-12-01 19:56:14 +00:00
defmodule BoardWiseWeb.ReactHTML do
use BoardWiseWeb, :html
embed_templates "react_html/*"
end