frontend-app-api: fix internal conflict

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-05 10:45:58 +02:00
parent 7e59c93b10
commit 34b6aac2b4
@@ -132,6 +132,7 @@ export function createApp(options: { plugins: BackstagePlugin[] }): {
};
}
/** @internal */
export function extractRouteInfoFromInstanceTree(
roots: ExtensionInstance[],
): Map<RouteRef, string> {