1217361b6c
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
106 B
Elixir
7 lines
106 B
Elixir
defmodule EventosWeb.PageView do
|
|
@moduledoc """
|
|
View for our webapp
|
|
"""
|
|
use EventosWeb, :view
|
|
end
|