Small cleanup in React Readme (#253)

remove unused import in example
This commit is contained in:
Mo Sattler
2021-02-26 11:32:26 +01:00
committed by Robin Malfait
parent b949b4bbfa
commit b3c0cbef48
-1
View File
@@ -857,7 +857,6 @@ By default the `Listbox` will use the button contents as the label for screenrea
```jsx
import { useState, Fragment } from 'react'
import { Listbox } from '@headlessui/react'
import CheckmarkIcon from './CheckmarkIcon'
const people = [
{ id: 1, name: 'Durward Reynolds' },