Skip to content

Commit

Permalink
get rid of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonNull committed Jul 23, 2020
1 parent dfb7ad9 commit e8addb1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kotsadm/web/src/components/apps/AppLicense.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ import size from "lodash/size";
import Modal from "react-modal";
import { Link } from "react-router-dom";

import {
getLicenseExpiryDate,
} from "@src/utilities/utilities";

import { compose, withApollo } from "react-apollo";
import { getAppLicense } from "@src/queries/AppsQueries";
import { getFileContent, Utilities } from "../../utilities/utilities";
import { getFileContent, Utilities, getLicenseExpiryDate } from "../../utilities/utilities";
import Loader from "../shared/Loader";

import "@src/scss/components/apps/AppLicense.scss";
Expand Down

0 comments on commit e8addb1

Please sign in to comment.