Skip to content

Commit

Permalink
metadata url tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefdroth committed Feb 24, 2020
1 parent f6856cc commit d68d73c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from "react";
import { withRouter } from "react-router";
import PropTypes from "prop-types";
import {
formatChemicalFormula,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from "react";
import { withRouter } from "react-router";
import PropTypes from "prop-types";
import { upperCaseFirstLetter, removeDuplicates } from "~/utils/utils";
import BaseMetadataSection from "../MetadataSection";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from "react";
import { withRouter } from "react-router";
import PropTypes from "prop-types";
import { upperCaseFirstLetter } from "~/utils/utils";
import BaseMetadataSection from "../MetadataSection";
Expand Down

0 comments on commit d68d73c

Please sign in to comment.