File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import {
77
88import { 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'
1212import './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
1818class App extends React . Component {
1919 state = {
You can’t perform that action at this time.
0 commit comments