Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 22, 2024
1 parent 22028dc commit 992b3a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/sage-react/lib/Icon/Icon.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';
import { SageTokens } from '../configs';
import { ICON_ADJACENT_TYPES, ICON_CARD_COLORS, ICON_SIZES } from './configs';


export const Icon = ({
adjacentType,
backgroundHeight,
Expand All @@ -16,7 +14,6 @@ export const Icon = ({
icon,
label,
size,
...rest
}) => {
const classNames = classnames(
className,
Expand Down

0 comments on commit 992b3a7

Please sign in to comment.