REMOVE previously deprecated default export from backgrounds

This commit is contained in:
Tom Coleman 2019-03-04 11:47:12 +11:00
parent 9e7952ef99
commit a7a5ae3fe1

View File

@ -35,11 +35,6 @@ export const withBackgrounds = makeDecorator({
},
});
export default deprecate(
withBackgrounds,
'The default export of @storybook/addon-backgrounds is deprecated, please `import { withBackgrounds }` instead'
);
if (module && module.hot && module.hot.decline) {
module.hot.decline();
}