Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Nov 20, 2023
1 parent 319d1d7 commit 9e45056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/shared/scoped-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function getVariablesInScope(
varsInScope.push(componentScopedVariables)
}

// for future reference - adding variables from top level
/** for future reference - adding variables from top level **/
// const topLevelVariables = getTopLevelVariables(success.topLevelElements, underlyingFilePath)
// varsInScope.push(topLevelVariables)

Expand Down

0 comments on commit 9e45056

Please sign in to comment.