mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-24 00:43:02 +00:00
7 lines
110 B
Elixir
7 lines
110 B
Elixir
|
defmodule MobilizonWeb.PageView do
|
||
|
@moduledoc """
|
||
|
View for our webapp
|
||
|
"""
|
||
|
use MobilizonWeb, :view
|
||
|
end
|