JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Fix typos in example import statements #82

Closed tkh44 closed 8 years ago

tkh44 commented 8 years ago

import x from = y -> import x from y;

JedWatson commented 8 years ago

Thanks @tkh44!