|
@@ -1,8 +1,8 @@
|
|
|
import React from 'react';
|
|
|
|
|
|
import { Switch, Route } from 'react-router-dom';
|
|
|
-import Home from './pages/Home/index.js';
|
|
|
-import Other from './pages/Other';
|
|
|
+import Home from './Home/index.js';
|
|
|
+import Other from './Other';
|
|
|
|
|
|
import './app.less';
|
|
|
import background from './images/background.jpg';
|