Remove pages
This commit is contained in:
@@ -17,7 +17,7 @@ const HomePage: React.FC<RouterTypes & DispatchProp & HomeModelState> = ({
|
||||
location: { pathname },
|
||||
children,
|
||||
}) => {
|
||||
if (pathname === '/home') return <Redirect to="/home/home" />
|
||||
if (pathname === '/home') return <Redirect to="/home/estate" />
|
||||
|
||||
return (
|
||||
<div className={styles.home}>
|
||||
|
||||
Reference in New Issue
Block a user