Skip to content

Instantly share code, notes, and snippets.

View vishnusureshperumbavoor's full-sized avatar
🎯
Grinding

Vishnu Suresh Perumbavoor vishnusureshperumbavoor

🎯
Grinding
View GitHub Profile
import { BrowserRouter,Routes, Route } from "react-router-dom";
<BrowserRouter>
<Routes>
<Route path="/props" element={<Props color="red"/>}/>
<Route path="/propsobject" element={<PropsObject future={myarray} />}/>
</Routes>
</BrowserRouter>