Skip to content

Commit

Permalink
Update UserTeamCardSkeleton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Jan 2, 2024
1 parent 71fd2a2 commit e596cc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/components/shared/skeleton/UserTeamCardSkeleton.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { clsxm } from '@app/utils';
import { Card, VerticalSeparator } from 'lib/components';
import { DraggerIcon } from 'lib/components/svgs';
// import Skeleton from 'react-loading-skeleton';

const UserTeamCardSkeletonCard = () => {
return (
Expand Down Expand Up @@ -59,8 +58,7 @@ const Skeleton = ({
width: number;
borderRadius: number;
className: string;
}) => {
console.log({ borderRadius });
}) => {
return (
<div
className={clsxm(
Expand Down

0 comments on commit e596cc7

Please sign in to comment.