Files
component-system/lib/components_elixir.ex
2025-09-13 22:17:48 +02:00

10 lines
269 B
Elixir

defmodule ComponentsElixir do
@moduledoc """
ComponentsElixir keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end