Mirza
06/15/2022, 6:01 AM{
/* Finally, catch all unmatched routes */
}
<Route path="*" element={<NotFound />} />;
The code above makes it look like you are meant to include the curly braces and the "Finally..." comment in your Routes.js file as well which is not the case.Arpad
06/15/2022, 6:06 AMMirza
06/15/2022, 6:16 AM