Skip to content

Commit c1ee578

Browse files
Remove unused cx import in a doc example (emotion-js#2915)
1 parent 4c0005f commit c1ee578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The [@emotion/css](https://www.npmjs.com/package/@emotion/css) package is framew
2828

2929
```jsx
3030
// @live
31-
import { css, cx } from '@emotion/css'
31+
import { css } from '@emotion/css'
3232

3333
const color = 'white'
3434

0 commit comments

Comments
 (0)