add sorting in date and test dropdowns

This commit is contained in:
prisar
2023-07-22 13:51:20 +05:30
parent 93208b00c8
commit a12dd7fd9c
5 changed files with 22 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ const router = createBrowserRouter([
element: <Devices />,
},
{
path: "/inshights",
path: "/insights",
element: <Devices />,
}
]);