fix import

This commit is contained in:
bi 2023-04-07 10:24:41 +07:00
parent 57193a598c
commit 054d1aaee0
2 changed files with 1 additions and 2 deletions

View File

@ -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';

View File

@ -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';