You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
volume24h/app/constants/paths.ts

22 lines
300 B

export const sidebarLinks = [
{
route: "/",
label: "About us",
},
{
route: "/service",
label: "Service",
},
{
route: "/customers",
label: "Customers",
},
{
route: "/cost",
label: "Cost",
},
{
route: "/contactUs",
label: "Contact us",
},
];