mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-22 16:48:40 +00:00
1217361b6c
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
106 B
Elixir
6 lines
106 B
Elixir
defmodule EventosWeb.PageView do
|
|
@moduledoc """
|
|
View for our webapp
|
|
"""
|
|
use EventosWeb, :view
|
|
end
|