{["/", "/home"].map((path) => ( <Route exact path={path} element={ <Wrapper> <Home /> </Wrapper> } /> ))}