Skip to content

Commit

Permalink
refactor(shared): use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed May 15, 2024
1 parent 02d4831 commit 45a0726
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shared/components/info-tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { Skeleton } from '@nextui-org/skeleton';

import { InfoTagProps } from '@/shared/core/types';
import { cn } from '@/shared/utils/cn';

import { ExternalIcon } from '../icons/external-icon';
import { ExternalIcon } from '@/shared/components/icons/external-icon';

import { InfoTagLink } from './info-tag-link';

Expand Down

0 comments on commit 45a0726

Please sign in to comment.