Skip to content

Commit b7d5638

Browse files
committed
fix: fixed folder name
1 parent dd04464 commit b7d5638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/App.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import {
77

88
import { ThemeProvider } from './contexts/theme'
99

10-
import Loading from './components/Loading'
11-
import Nav from './components/Nav'
10+
import Loading from './Components/Loading'
11+
import Nav from './Components/Nav'
1212
import './index.css'
1313

14-
const Popular = React.lazy(() => import('./components/Popular'))
15-
const Battle = React.lazy(() => import('./components/Battle'))
16-
const Result = React.lazy(() => import('./components/Results'))
14+
const Popular = React.lazy(() => import('./Components/Popular'))
15+
const Battle = React.lazy(() => import('./Components/Battle'))
16+
const Result = React.lazy(() => import('./Components/Results'))
1717

1818
class App extends React.Component {
1919
state = {

0 commit comments

Comments
 (0)