piotrwitek / typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
MIT License
2.41k stars 99 forks source link

feat(README): Remove unused import from example #235

Closed TotallyBiased closed 4 years ago

TotallyBiased commented 4 years ago

Description

I noticed that there was an unused import in one of the README examples. This PR simply removes it. Given it is such a minor thing I didn't consider it necessary to first create an issue in this case as outlined in the contributing readme.

Checklist