Skip to content

Commit

Permalink
fix: remove broadcast channel leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 26, 2020
1 parent 7087bb6 commit 3714780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/storybook-custom-docs/src/manager-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports.default = async function() {
/* eslint-disable react/display-name */
const React = require('react');
const { addons, types } = require('@storybook/addons');
import { BroadcastChannel } from 'broadcast-channel';
${pages
.map((file, index) => `const pageConfig_${index} = require("${file}");`)
.join('\n')}
Expand Down

0 comments on commit 3714780

Please sign in to comment.