web: add missing `registerHighlightContributions` call to the `Global styles` story
Created by: valerybugakov
Changes
- Running
yarn storybook:branded
would load branded stories withoutregisterHighlightContributions
call which is required for theGlobal styles
story. This PR adds missingregisterHighlightContributions
call.