refactor(core): remove infrastructure layer exports (#34624)
This commit is contained in:
@@ -125,9 +125,7 @@ const layer = Layer.effectDiscard(
|
||||
)
|
||||
|
||||
export const locationLayer = layer.pipe(
|
||||
Layer.provideMerge(PluginV2.locationLayer),
|
||||
Layer.provideMerge(Config.locationLayer),
|
||||
Layer.provideMerge(FileSystem.locationLayer),
|
||||
Layer.provideMerge(FetchHttpClient.layer),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user