Current section

Files

Jump to
perspective lib core system services supervisor.ex
Raw

lib/core/system/services/supervisor.ex

defmodule Core.Services.Supervisor do
use Perspective.Supervisor
children do
[
Core.Services.SystemClock.Supervisor
]
end
end