79374299

Date: 2025-01-21 12:00:45
Score: 1
Natty:
Report link
Hi You need to use Routes inside your component.
<Routes>
 <Route path="/" element={<Navigate to="/some/path" />} />
 <Route path="/main" element={<Navigate to="/some/path" />} />
 <Route path="/main" element={"component name"}/>} />
</Routes>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rupali Naik