tannerlinsley / react-show

⚛️ A 3kb css animation component for React.
https://codesandbox.io/s/2v66j7pm8y
402 stars 30 forks source link

Add a default export #11

Closed jsonmaur closed 6 years ago

jsonmaur commented 6 years ago

There is no default export, making import Show from 'react-show' or const Show = require('react-show') both undefined. This fixes that.

tannerlinsley commented 6 years ago

Going to break this. Thanks for the reminder though.