Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
I194 committed Nov 11, 2021
1 parent 183bdc6 commit 25d4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConvertSelector/ConvertSelector.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FunctionComponent, useEffect } from "react";
import React, { FunctionComponent } from "react";
import styles from "./ConvertSelector.module.scss";

import { toDIR, toPMCSV, toPMM, toPMXLSX } from "../../services/converters/dir";
Expand Down

0 comments on commit 25d4246

Please sign in to comment.