Skip to content

Commit

Permalink
fix(avatar): asset's import path
Browse files Browse the repository at this point in the history
  • Loading branch information
CHEWCHEWW committed Feb 23, 2022
1 parent 235f2cd commit 86af7bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Avatars/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import { noop, isEmpty } from 'lodash-es'

/* Internal denpendencies */
import { backgroundImageVariable } from 'Foundation'
import defaultAvatarUrl from 'Components/Avatars/assets/defaultAvatar.svg'
import { Status, StatusSize } from 'Components/Status'
// eslint-disable-next-line no-restricted-imports
import defaultAvatarUrl from '../assets/defaultAvatar.svg'
import useProgressiveImage from './useProgressiveImage'
import AvatarProps, { AvatarSize } from './Avatar.types'
import { AvatarImage, AvatarImageWrapper, AvatarWrapper, StatusWrapper } from './Avatar.styled'
Expand Down

0 comments on commit 86af7bd

Please sign in to comment.