Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
feat: yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason committed Oct 2, 2019
1 parent 9bfbed8 commit b3c92f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/v2/components/Applications/Detail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Container, Tabs, useTheme} from '@material-ui/core';
import useMediaQuery from '@material-ui/core/useMediaQuery/useMediaQuery';
import {map, eq} from 'lodash/fp';
import React, {useState} from 'react';
import {Match, Link} from 'react-router-dom';
import {Match} from 'react-router-dom';
import {ReactComponent as StarIcon} from 'v2/assets/icons/star.svg';
import SectionHeader from 'v2/components/UI/SectionHeader';
import HelpLink from 'v2/components/HelpLink';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow
import React from 'react';
import {observer} from 'mobx-react-lite';
import _ from 'lodash';
import {Grid} from '@material-ui/core';
import Label from 'v2/components/UI/Label';
Expand Down

0 comments on commit b3c92f3

Please sign in to comment.