Skip to content

Commit 3454a3c

Browse files
committed
fix(imports): Remove extra imports
1 parent 489c8c3 commit 3454a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/TagCount/TagCount.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import clsx from 'clsx';
3-
import { BaseSizes, Button, ButtonProps, Icon, IconComponentProps, IconProps } from '@patternfly/react-core';
3+
import { Button, ButtonProps, Icon } from '@patternfly/react-core';
44
import { TagIcon } from '@patternfly/react-icons';
55
import { createUseStyles } from 'react-jss'
66

0 commit comments

Comments
 (0)