Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit d618bea

Browse files
committed
fix: remove unused import from csvEntry
1 parent 9042a2b commit d618bea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CsvEntry/CsvEntry.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
parseCsv,
77
Accordion
88
} from "@src/index";
9-
import { ToolTipProps } from "lib/src";
109

1110
export interface CsvEntryProps {
1211
onItemsUpdate: (items: ItemRevisionModel[]) => void;

0 commit comments

Comments
 (0)