feat(api): restructure api with axios and chainage related changes

This commit is contained in:
2026-03-18 18:42:40 +05:30
parent 7f8854ed78
commit 598098d7e8
31 changed files with 933 additions and 931 deletions

View File

@@ -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,
},
],
};