mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
undo ts change from last
This commit is contained in:
parent
bd09787780
commit
25994687c5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import * as RoutesModule from "./Routes";
|
|||
let routes = RoutesModule.Routes;
|
||||
|
||||
const renderApp = () => {
|
||||
const baseUrl = document.getElementsByTagName("base")[0].getAttribute("href");
|
||||
const baseUrl = document.getElementsByTagName("base")[0].getAttribute("href")!;
|
||||
ReactDOM.render(
|
||||
<AppContainer>
|
||||
<BrowserRouter children={ routes } basename={ baseUrl }/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue