Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed May 6, 2024
1 parent 93b6466 commit ea1a978
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/pigment-css-react/src/utils/sxPropConverter.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { NodePath } from '@babel/core';
import {
ArrowFunctionExpression,
Expression,
Identifier,
MemberExpression,
ObjectExpression,
} from '@babel/types';
import { ArrowFunctionExpression, Expression, ObjectExpression } from '@babel/types';
import { sxObjectExtractor } from './sxObjectExtractor';

function isAllowedExpression(
Expand Down

0 comments on commit ea1a978

Please sign in to comment.