mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
homePath prop removed from Router
This commit is contained in:
parent
1226b0086d
commit
7b1af891dd
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ const App = () => {
|
|||
<CoreEventsToaster />
|
||||
<Router
|
||||
className={styles['router']}
|
||||
homePath={'/'}
|
||||
viewsConfig={routerViewsConfig}
|
||||
onPathNotMatch={onPathNotMatch}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue