Skip to content
Snippets Groups Projects
Commit a5439964 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix lint

parent d044a083
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ import React, { Component } from "react";
import PropTypes from "prop-types";
import _ from "underscore";
import cx from "classnames";
import Collapse from "react-collapse";
import { t } from "c-3po";
......
import React, { Component } from "react";
import PropTypes from "prop-types";
import { t } from "c-3po";
import cx from "classnames";
import Button from "metabase/components/Button";
......
......@@ -9,7 +9,6 @@ import Icon from "metabase/components/Icon.jsx";
import RetinaImage from "react-retina-image";
import cx from "classnames";
import _ from "underscore";
import { t, jt } from "c-3po";
......
import React, { Component } from "react";
import cx from "classnames";
import { t } from "c-3po";
import Button from "metabase/components/Button";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment