fix import
This commit is contained in:
parent
57193a598c
commit
054d1aaee0
|
@ -16,7 +16,7 @@ import { Provider } from 'react-redux';
|
|||
import store from './store';
|
||||
import ReactRouter from './router/ReactRouter';
|
||||
import { BrowserRouter as Router, Link, Route, Switch } from 'react-router-dom';
|
||||
import AutoLogin from 'components/AutoLogin/AutoLogin';
|
||||
import AutoLogin from './components/AutoLogin/AutoLogin';
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import { Card, Image as ImageAntd } from 'antd';
|
||||
import Header from 'components/layouts/Header';
|
||||
import Parser from 'html-react-parser';
|
||||
import $ from 'jquery';
|
||||
import React, { Component } from 'react';
|
||||
|
|
Loading…
Reference in New Issue
Block a user