Skip to content

Commit aef7883

Browse files
authored
Fixes Card import resolution (#1176)
1 parent 8cf4e71 commit aef7883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Card/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import React, {
66
} from 'react';
77
import classNames from 'classnames';
88

9-
import { LoadingSkeleton } from 'src/LoadingSkeleton';
9+
import { LoadingSkeleton } from '../LoadingSkeleton';
1010

1111
import './Card.scss';
1212

0 commit comments

Comments
 (0)