Current section
Files
Jump to
Current section
Files
lib/react_phoenix.ex
defmodule ReactPhoenix do
@moduledoc """
Documentation for ReactPhoenix.
"""
@doc """
Hello world.
## Examples
iex> ReactPhoenix.hello
:world
"""
def hello do
:world
end
end