const OutlookLayer = Layer.provideMerge(CalendarService.Default, GraphAuthService.Default)
const BaseLayer = Layer.mergeAll(OutlookLayer, EventService.Default)
const AppLayer = Layer.provideMerge(
BaseLayer,
ConfigurationService.Default
)
const OutlookLayer = Layer.provideMerge(CalendarService.Default, GraphAuthService.Default)
const BaseLayer = Layer.mergeAll(OutlookLayer, EventService.Default)
const AppLayer = Layer.provideMerge(
BaseLayer,
ConfigurationService.Default
)