diff --git a/components/ui/Skeleton/Skeleton.tsx b/components/ui/Skeleton/Skeleton.tsx index f7d1e293a..153024f18 100644 --- a/components/ui/Skeleton/Skeleton.tsx +++ b/components/ui/Skeleton/Skeleton.tsx @@ -1,7 +1,7 @@ import React, { CSSProperties } from 'react' import cn from 'classnames' import px from '@lib/to-pixels' -import s from './skeleton.module.css' +import s from './Skeleton.module.css' interface Props { width?: string | number