REMOVE old deprecated background exports

This commit is contained in:
Tom Coleman 2019-03-04 13:19:20 +11:00
parent 0d4c21c802
commit 81b9656c0e
3 changed files with 0 additions and 10 deletions

View File

@ -1 +0,0 @@
module.exports = require('./dist/deprecated');

View File

@ -1,8 +0,0 @@
import deprecate from 'util-deprecate';
import backgrounds from '.';
export default deprecate(
backgrounds,
"addon-backgrounds: framework-specific imports are deprecated, just use `import backgrounds from '@storybook/addon-backgrounds`"
);

View File

@ -1 +0,0 @@
module.exports = require('./dist/deprecated');