Missed one!

This commit is contained in:
Tom Coleman 2021-10-26 16:30:05 +11:00
parent c3044911f2
commit 0de76c6e76

View File

@ -46,6 +46,7 @@ export function start<TFramework extends AnyFramework>(
clearDecorators: removedApi('clientApi.clearDecorators'),
setAddon: removedApi('clientApi.setAddon'),
getStorybook: removedApi('clientApi.getStorybook'),
storiesOf: removedApi('clientApi.storiesOf'),
},
};
}