From 8b70794036b7a22b2cb98afeefc43fc813aa7e2e Mon Sep 17 00:00:00 2001 From: Marcelo Fortunato Date: Mon, 1 Feb 2021 23:32:28 +0000 Subject: [PATCH] chore: Remove import never used (#189) --- components/common/Avatar/Avatar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/common/Avatar/Avatar.tsx b/components/common/Avatar/Avatar.tsx index 6ea72abb2..351a117ec 100644 --- a/components/common/Avatar/Avatar.tsx +++ b/components/common/Avatar/Avatar.tsx @@ -1,4 +1,3 @@ -import cn from 'classnames' import { FC, useState, useMemo, useRef, useEffect } from 'react' import { getRandomPairOfColors } from '@lib/colors'