We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d012e8 commit cd5f005Copy full SHA for cd5f005
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@user-interviews/ui-design-system",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"dependencies": {
5
"@tiptap/core": "^2.0.3",
6
"@tiptap/extension-bold": "^2.0.3",
src/Card/Card.tsx
@@ -6,7 +6,7 @@ import React, {
} from 'react';
7
import classNames from 'classnames';
8
9
-import { LoadingSkeleton } from 'src/LoadingSkeleton';
+import { LoadingSkeleton } from '../LoadingSkeleton';
10
11
import './Card.scss';
12
0 commit comments