Skip to content

Commit

Permalink
fix: eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware authored Apr 25, 2024
1 parent eeaa7a3 commit 3f04f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/components/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import type { ReactChild, ReactElement } from 'react';
import { Fragment, useState } from 'react';

import { StyledAlert } from './StyledAlert';
import type { IconComponent } from '~components/Icons';
import {
AlertOctagonIcon,
AlertTriangleIcon,
CheckCircleIcon,
CloseIcon,
IconComponent,
InfoIcon,
} from '~components/Icons';
import { castNativeType, castWebType, useBreakpoint, getPlatformType } from '~utils';
Expand Down

0 comments on commit 3f04f91

Please sign in to comment.