Skip to content

Commit

Permalink
fix: remove unused import from Avatar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bacali95 committed Apr 14, 2022
1 parent 5b9e505 commit ebe43ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Avatar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import classNames from 'classnames';
import React, { FC, PropsWithChildren } from 'react';
import { FC, PropsWithChildren } from 'react';

export type AvatarProps = PropsWithChildren<{
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
Expand Down

0 comments on commit ebe43ff

Please sign in to comment.