### no-duplicate-import-specifiers

Duplicate import specifiers should be removed. This is a cleanup rule which runs after other rules. 

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
