Skip to content

Commit

Permalink
fix: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 12, 2024
1 parent dc9437a commit 0f9ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react/avatar/stories/avatar/examples/Basic.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {Avatar, AvatarVariant} from '@workday/canvas-kit-react/avatar';
import {Avatar} from '@workday/canvas-kit-react/avatar';
import {createStyles} from '@workday/canvas-kit-styling';
import {system} from '@workday/canvas-tokens-web';

Expand Down

0 comments on commit 0f9ad6d

Please sign in to comment.