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