Skip to content

Commit

Permalink
Remove react-tap-event-plugin from the storybook configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Sep 9, 2017
1 parent 157c737 commit facb2ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { configure } from '@kadira/storybook'

const injectTapEventPlugin = require('react-tap-event-plugin')
injectTapEventPlugin()

function loadStories () {
require('../stories')
}
Expand Down

0 comments on commit facb2ab

Please sign in to comment.