first vue

This commit is contained in:
Rodolphe Marbot 2022-07-05 20:49:49 +02:00
parent 978de52a09
commit c6c3d20cac
10 changed files with 65 additions and 64 deletions

View file

@ -0,0 +1,6 @@
defmodule ReaprocheWeb.PageViewLive do
use ReaprocheWeb, :live_view
def mount(_params, _, socket) do
{:ok, socket}
end
end