Skip to content

Commit b3c0cbe

Browse files
MoSattlerRobinMalfait
authored andcommitted
Small cleanup in React Readme (#253)
remove unused import in example
1 parent b949b4b commit b3c0cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@headlessui-react/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ By default the `Listbox` will use the button contents as the label for screenrea
857857
```jsx
858858
import { useState, Fragment } from 'react'
859859
import { Listbox } from '@headlessui/react'
860-
import CheckmarkIcon from './CheckmarkIcon'
861860

862861
const people = [
863862
{ id: 1, name: 'Durward Reynolds' },

0 commit comments

Comments
 (0)