Skip to content

Commit 8ab0d5f

Browse files
jherdmanhaideralsh
authored andcommitted
fix: remove unused import and type
1 parent 887bb1d commit 8ab0d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table/Table.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Key, CSSProperties } from "react";
1+
import type { Key } from "react";
22
import PropTypes from "prop-types";
33

44
export type RowType = unknown;

0 commit comments

Comments
 (0)