Skip to content

Commit

Permalink
Text: Fix import in example of README file (#28898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Q authored Feb 9, 2021
1 parent 557fafa commit 14d6e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A component for rendering text.
## Usage

```jsx
import { Text } from '@wordpress/components';
import { __experimentalText as Text } from '@wordpress/components';

const HeroPanel = () => (
<>
Expand Down

0 comments on commit 14d6e08

Please sign in to comment.