Skip to content

Commit

Permalink
style(eslint): 'React' is defined but never used no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 18, 2021
1 parent aaff3ce commit 6cf2015
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import {Router, Route} from 'react-router-dom';
import loadable from '@loadable/component';
import $ from 'miaoxing';
Expand Down
1 change: 0 additions & 1 deletion components/AppContainer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import App from './App';
import configs from 'storage/configs/app';
import theme from '@mxjs/style/theme-preset';
Expand Down
1 change: 0 additions & 1 deletion modules/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import ReactDOM from 'react-dom';
import AppContainer from '../components/AppContainer';

Expand Down

0 comments on commit 6cf2015

Please sign in to comment.