Skip to content

Commit

Permalink
eslint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-kaushal committed May 18, 2023
1 parent f06cdf6 commit 04a8da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { memo } from 'react';
import { X } from '@jengaicons/react';

import { Button } from '../../../actions';
import { tasty } from '../../../../tasty';
import { X } from '@jengaicons/react';

export type NotificationCloseButtonProps = {
onPress: () => void;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { memo, ReactNode } from 'react';
import { Warning, CheckCircle, WarningCircle } from '@jengaicons/react';

import { tasty } from '../../../../tasty';
import { Warning, CheckCircle, WarningCircle } from '@jengaicons/react';

import { NotificationIconProps } from './types';

Expand Down

0 comments on commit 04a8da6

Please sign in to comment.