Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix: re-export SelectedAppContext (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
julshotal authored Jun 16, 2021
1 parent 320d3cb commit afd1941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/variable/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ module.exports.Variable = Variable;
// - <<glossary:glossary items>> - glossary
module.exports.VARIABLE_REGEXP = /(?:\\)?<<([-\w:.\s]+)(?:\\)?>>/.source;
module.exports.VariablesContext = VariablesContext;
module.exports.SelectedAppContext = SelectedAppContext;

0 comments on commit afd1941

Please sign in to comment.