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,7 @@
defmodule MtgWheelWeb.PageController do
use MtgWheelWeb, :controller
def home(conn, _params) do
render(conn, :home)
end
end