Skip to content

Commit f4d4a22

Browse files
committed
fix: correct import path for Skeleton component to match file naming convention
1 parent 33a485e commit f4d4a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { default as AssetByVariant } from './asset-by-variant/asset-by-variant';
22
export { default as IconByVariant } from './icon-by-variant/icon-by-variant';
3-
export { default as Skeleton } from './skeleton/Skeleton';
3+
export { default as Skeleton } from './skeleton/skeleton';

0 commit comments

Comments
 (0)