first vue
This commit is contained in:
parent
978de52a09
commit
c6c3d20cac
10 changed files with 65 additions and 64 deletions
6
lib/reaproche_web/live/page_view_live.ex
Normal file
6
lib/reaproche_web/live/page_view_live.ex
Normal file
|
@ -0,0 +1,6 @@
|
|||
defmodule ReaprocheWeb.PageViewLive do
|
||||
use ReaprocheWeb, :live_view
|
||||
def mount(_params, _, socket) do
|
||||
{:ok, socket}
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue