From c1ee578cf1e21cb080dedf8951064ce3bfbd938c Mon Sep 17 00:00:00 2001 From: Dhruv Krishna Vaid <69188774+dhruvkrishnavaid@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:06:32 +0530 Subject: [PATCH] Remove unused `cx` import in a doc example (#2915) --- docs/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 2da3de503..32c5e970f 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -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'