Current section
Files
Jump to
Current section
Files
lib/raxol/live_view.ex
defmodule Raxol.LiveView do
@moduledoc """
Documentation for `Raxol.LiveView`.
"""
@doc """
Hello world.
## Examples
iex> Raxol.LiveView.hello()
:world
"""
def hello do
:world
end
end