comfycamp/lib/comfycamp_web/controllers/notes_editor_html.ex

6 lines
113 B
Elixir
Raw Normal View History

2024-07-29 18:07:44 +05:00
defmodule ComfycampWeb.NotesEditorHTML do
use ComfycampWeb, :html
embed_templates "notes_editor_html/*"
end