Skip to content

Commit

Permalink
Remove unused cx import in a doc example (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkrishnavaid committed Oct 27, 2022
1 parent 4c0005f commit c1ee578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Expand Up @@ -28,7 +28,7 @@ The [@emotion/css](https://www.npmjs.com/package/@emotion/css) package is framew

```jsx
// @live
import { css, cx } from '@emotion/css'
import { css } from '@emotion/css'

const color = 'white'

Expand Down

0 comments on commit c1ee578

Please sign in to comment.