Current section
Files
Jump to
Current section
Files
lib/core/system/services/supervisor.ex
defmodule Core.Services.Supervisor do
use Perspective.Supervisor
children do
[
Core.Services.SystemClock.Supervisor
]
end
end