xxxxxxxxxx
const routes = {
dashboard: {
name: "Dashboard",
path: "/react",
component: "Dashboard",
},
employeeCreation: {
name: "employee-creation",
path: "/react/employee",
component: "Employee",
},
myComp:{
name:"myComp-name",
path:"/react/myComp",
component:"MyComp",
},
};
export default routes;