Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 5deffc1

Browse files
simonflkgregberge
authored andcommitted
docs: fix typo (#114)
Just noticed that the docs have emotion/style-components the wrong way around with respect to where `styled` gets imported from.
1 parent ef92be3 commit 5deffc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/Utilities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Smooth UI exposes several utilities to simplify the styling of components.
1414

1515
### styled
1616

17-
`styled` is exported from `@emotion/styled` if you use `@smooth-ui/core-sc` or from `styled-components` if you use `@smooth-ui/core-em`.
17+
`styled` is exported from `styled-components` if you use `@smooth-ui/core-sc` or from `@emotion/styled` if you use `@smooth-ui/core-em`.
1818

1919
```js
2020
import { styled } from '@smooth-ui/core-sc'

0 commit comments

Comments
 (0)