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'