homePath prop removed from Router

This commit is contained in:
nklhrstv 2020-04-07 14:26:29 +03:00
parent 1226b0086d
commit 7b1af891dd

View file

@ -58,7 +58,6 @@ const App = () => {
<CoreEventsToaster />
<Router
className={styles['router']}
homePath={'/'}
viewsConfig={routerViewsConfig}
onPathNotMatch={onPathNotMatch}
/>