6 lines
102 B
Elixir
6 lines
102 B
Elixir
|
defmodule BoardWiseWeb.SearchHTML do
|
||
|
use BoardWiseWeb, :html
|
||
|
|
||
|
embed_templates "search_html/*"
|
||
|
end
|