unused export

This commit is contained in:
pythongosssss
2026-01-27 19:13:24 -08:00
parent 1807e0db6d
commit bd38a094e4

View File

@@ -207,7 +207,7 @@ export function autoPromoteDynamicChildren(
/**
* Get parent SubgraphNodes based on current navigation context.
*/
export function getParentNodes(): SubgraphNode[] {
function getParentNodes(): SubgraphNode[] {
//NOTE: support for determining parents of a subgraph is limited
//This function will require rework to properly support linked subgraphs
//Either by including actual parents in the navigation stack,