Route Configuration
The routing is based on the react-router-dom (opens in a new tab). You can find all routes inside this file src/routes/index.js
. Uko routing system uses code splitting for improved performance.
How to add a new route?
Open file src/routes/index.jsx
and update the following file if you want to add more routes.