comfycamp/lib/comfycamp_web/controllers/notes_editor_html.ex
2024-07-29 18:07:44 +05:00

6 lines
113 B
Elixir

defmodule ComfycampWeb.NotesEditorHTML do
use ComfycampWeb, :html
embed_templates "notes_editor_html/*"
end