Skip to content

Commit

Permalink
alter folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylin93CN committed Jun 30, 2020
1 parent 8355daf commit 56ef08c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/routes.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
import 'antd/dist/antd.css';
import Main from './Layout/Main';
import Login from './Pages/Login';
import Main from './layouts/Main';
import Login from './pages/Login';

const Routes = () => {
console.log('');
Expand Down

0 comments on commit 56ef08c

Please sign in to comment.