Update Avatar.tsx

Removed unused `classnames` import
This commit is contained in:
Pop Stefan 2020-11-17 22:00:15 +02:00 committed by GitHub
parent f52c780c97
commit 23fa183780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
import cn from 'classnames'
import { FC, useState, useMemo, useRef, useEffect } from 'react' import { FC, useState, useMemo, useRef, useEffect } from 'react'
import { getRandomPairOfColors } from '@lib/colors' import { getRandomPairOfColors } from '@lib/colors'