liveview component mount code example Example: liveview component mount @impl Phoenix.LiveComponent def mount(socket) do {:ok, socket} end