Initial commit: MTG deck wheel Phoenix app

This commit is contained in:
2026-05-18 12:06:33 +02:00
commit dac464ba5f
45 changed files with 4003 additions and 0 deletions
@@ -0,0 +1,10 @@
defmodule MtgWheelWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use MtgWheelWeb, :html
embed_templates "page_html/*"
end