Files
2026-07-04 19:27:17 +09:00

9 lines
191 B
Elixir

defmodule Rsh26poolWeb.RoomHTML do
@moduledoc """
Templates rendered by `RoomController` (room creation and joining).
"""
use Rsh26poolWeb, :html
embed_templates "room_html/*"
end