Skip to content

Commit

Permalink
chore(rebase): remove duplicate imports from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
natmegs committed Oct 26, 2018
1 parent 4095e0b commit 990b811
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/jobs/src/js/pages/JobDetailPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import React from "react";
/* eslint-enable no-unused-vars */
import { routerShape } from "react-router";
import PropTypes from "prop-types";
import { i18nMark } from "@lingui/react";

import mixin from "reactjs-mixin";

Expand Down
1 change: 0 additions & 1 deletion plugins/nodes/src/js/pages/nodes/NodeDetailPage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { i18nMark } from "@lingui/react";
import { Trans } from "@lingui/macro";
import { i18nMark } from "@lingui/react";
import mixin from "reactjs-mixin";
/* eslint-disable no-unused-vars */
import React from "react";
Expand Down
1 change: 0 additions & 1 deletion plugins/services/src/js/containers/pod-detail/PodDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import PropTypes from "prop-types";
import React from "react";
import { routerShape } from "react-router";
import { Hooks } from "PluginSDK";
import { i18nMark } from "@lingui/react";

import Page from "#SRC/js/components/Page";
import RouterUtil from "#SRC/js/utils/RouterUtil";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { i18nMark } from "@lingui/react";
import { Trans } from "@lingui/macro";
import { i18nMark } from "@lingui/react";
import mixin from "reactjs-mixin";
import { Link, routerShape } from "react-router";
/* eslint-disable no-unused-vars */
Expand Down

0 comments on commit 990b811

Please sign in to comment.