Skip to content

Commit

Permalink
fix(storybook): fix useKeyboardJs import path
Browse files Browse the repository at this point in the history
  • Loading branch information
dabuside committed Aug 2, 2019
1 parent 8c820ce commit b7481f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__stories__/useKeyboardJs.story.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { text, withKnobs } from '@storybook/addon-knobs';
import { storiesOf } from '@storybook/react';
import * as React from 'react';
import { useKeyboardJs } from '..';
import useKeyboardJs from '../useKeyboardJs';
import { CenterStory } from './util/CenterStory';
import ShowDocs from './util/ShowDocs';

Expand Down

0 comments on commit b7481f6

Please sign in to comment.