Update index.tsx
This commit is contained in:
parent
772713e15a
commit
1eb72424fd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import React from 'react'
|
|||
import ReactDOM from 'react-dom'
|
||||
import { BrowserRouter } from 'react-router-dom'
|
||||
|
||||
import App from './App'
|
||||
import App from 'components/App/App'
|
||||
|
||||
ReactDOM.render((
|
||||
<BrowserRouter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue