Update index.tsx

This commit is contained in:
Justin Edmund 2020-09-18 00:23:51 -07:00
parent 772713e15a
commit 1eb72424fd

View file

@ -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>