defmodule PhxReact do @moduledoc """ Documentation for `PhxReact`. """ @doc """ Hello world. ## Examples iex> PhxReact.hello() :world """ def hello do :world end end