From 17d8913d17ec9b801a2848c45081ced2fb59816f Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 15 Oct 2020 12:13:07 -0300 Subject: [PATCH] Adding Search Skeleton --- components/ui/Skeleton/Skeleton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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