Skip to content

Commit

Permalink
move ts-ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
alicenstar committed Oct 18, 2023
1 parent 3c12708 commit ccfa67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/UploadLicenseFile.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { useEffect, useReducer } from "react";
import { Link, useNavigate } from "react-router-dom";
// TODO: upgrade this dependency
// @ts-ignore
import yaml from "js-yaml";
import isEmpty from "lodash/isEmpty";
import keyBy from "lodash/keyBy";
import size from "lodash/size";
// TODO: upgrade this dependency
// @ts-ignore
import Dropzone from "react-dropzone";
import Modal from "react-modal";
import Select from "react-select";
Expand Down

0 comments on commit ccfa67f

Please sign in to comment.