Skip to content

Commit 0fd007a

Browse files
committed
fix
1 parent a7d4073 commit 0fd007a

File tree

1 file changed

+1
-1
lines changed
  • packages/styled-components/transform/src/visitors/transpile_css_prop

1 file changed

+1
-1
lines changed

packages/styled-components/transform/src/visitors/transpile_css_prop/transpile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use once_cell::sync::Lazy;
77
use regex::Regex;
88
use rustc_hash::{FxHashMap, FxHashSet};
99
use swc_atoms::Atom;
10-
use swc_common::{util::take::Take, Spanned, SyntaxContext, DUMMY_SP};
10+
use swc_common::{util::take::Take, Spanned, DUMMY_SP};
1111
use swc_ecma_ast::*;
1212
use swc_ecma_utils::{prepend_stmt, private_ident, quote_ident, ExprFactory};
1313
use swc_ecma_visit::{noop_visit_mut_type, visit_mut_pass, VisitMut, VisitMutWith};

0 commit comments

Comments
 (0)