feat(api): restructure api with axios and chainage related changes
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
Layers,
|
||||
Package,
|
||||
MapPin,
|
||||
Milestone,
|
||||
} from "lucide-react";
|
||||
import { NavUser } from "@/components/nav-user";
|
||||
import { ROUTES } from "@/utils/routes";
|
||||
@@ -53,9 +54,9 @@ const data = {
|
||||
icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
url: ROUTES.LOCATION,
|
||||
icon: MapPin,
|
||||
title: "Chainage",
|
||||
url: ROUTES.CHAINAGE,
|
||||
icon: Milestone,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user