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