diff --git a/packages/fuselage/src/components/Table/TableSelection/TableSelectionButton.tsx b/packages/fuselage/src/components/Table/TableSelection/TableSelectionButton.tsx index 9661f41301..f449a53cd8 100644 --- a/packages/fuselage/src/components/Table/TableSelection/TableSelectionButton.tsx +++ b/packages/fuselage/src/components/Table/TableSelection/TableSelectionButton.tsx @@ -1,10 +1,9 @@ import type { ComponentProps } from 'react'; import React from 'react'; -import type Box from '../../Box'; import { Button } from '../../Button'; -type TableSelectionButtonProps = ComponentProps; +type TableSelectionButtonProps = ComponentProps; export const TableSelectionButton = (props: TableSelectionButtonProps) => (