UNPKG

storybook-addon-next-router

Version:
11 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withNextRouter = void 0; if (module && module.hot && module.hot.decline) { module.hot.decline(); } var withNextRouter = function () { return function () { throw new Error('Please look at the new configuration for storybook-addon-next-router: https://github.com/lifeiscontent/storybook-addon-next-router'); }; }; exports.withNextRouter = withNextRouter; //# sourceMappingURL=index.js.map