From eca415b02dfafb95b6daa4601f9ec54082b3a0cc Mon Sep 17 00:00:00 2001 From: Dhruv Krishna Vaid <69188774+dhruvkrishnavaid@users.noreply.github.com> Date: Sun, 9 Oct 2022 07:43:04 +0530 Subject: [PATCH] Remove unused `cx` import --- 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'