refactor(core): remove unused layer exports (#39975)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
fe0eb4ea8f
commit
f99469bdf8
2 changed files with 0 additions and 4 deletions
|
|
@ -148,6 +148,3 @@ export function buildLocationServiceMap(
|
|||
),
|
||||
)
|
||||
}
|
||||
|
||||
// This is temporary for backwards compatibility
|
||||
export const locationServiceMapLayer = buildLocationServiceMap()
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ export const providerLayerWithCell = (cell: Cell) =>
|
|||
)
|
||||
|
||||
export const layer = layerWithCell(defaultCell)
|
||||
export const providerLayer = providerLayerWithCell(defaultCell)
|
||||
|
||||
export const node = makeGlobalNode({ service: Service, layer, deps: [] })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue