Skip to content
1 change: 1 addition & 0 deletions code/lib/instrumenter/src/instrumenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Channel } from '@storybook/channels';
import { addons } from '@storybook/preview-api';
import type { StoryId } from '@storybook/types';
import { once, logger } from '@storybook/client-logger';
import './typings.d.ts';
import {
FORCE_REMOUNT,
IGNORED_EXCEPTION,
Expand Down
3 changes: 2 additions & 1 deletion code/ui/manager/src/globals/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ export default {
'AdminIcon',
'AlertAltIcon',
'AlertIcon',
'AlignLeftIcon',
'AlignRightIcon',
'AppleIcon',
'ArrowDownIcon',
'ArrowLeftIcon',
Expand Down Expand Up @@ -362,7 +364,6 @@ export default {
'MediumIcon',
'MemoryIcon',
'MenuIcon',
'MenuReverseIcon',
'MergeIcon',
'MirrorIcon',
'MobileIcon',
Expand Down
Loading