From a7edbdc71e704b672413be5fb3ae98d4232a95f2 Mon Sep 17 00:00:00 2001 From: Marcelo Fortunato Date: Mon, 1 Feb 2021 20:12:07 +0000 Subject: [PATCH] chore: Remove import never used --- 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'