Skip to content

Commit

Permalink
docs(readme): adds missing 'from' (contentful#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caryyon authored Sep 8, 2022
1 parent 5be7f75 commit 7917712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ here by filing a [Github issue][github-issues]!
To achieve the same field editor look as in the Contentful UI, you need to render `GlobalStyled` component.

```jsx
import { GlobalStyles } '@contentful/f36-components';
import { GlobalStyles } from '@contentful/f36-components';

function Root() {
return (
Expand Down

0 comments on commit 7917712

Please sign in to comment.