Skip to content

Commit

Permalink
fix: update color-picker documentation (#38010)
Browse files Browse the repository at this point in the history
After looking into the code and directory structure. Indeed color-picker
README.md file was explaining wrong import. As part of this commit
issue has been addressed.
  • Loading branch information
amustaque97 committed Jan 17, 2022
1 parent d93b512 commit adb5e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/color-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Usage

```jsx
import { ColorPicker } from '@wordpress/components/ui';
import { ColorPicker } from '@wordpress/components';

function Example() {
const [color, setColor] = useState();
Expand Down

0 comments on commit adb5e50

Please sign in to comment.