change graph to normal

- add absorbance graph
This commit is contained in:
prisar
2023-07-20 12:50:51 +05:30
parent 2aac2e871b
commit 4dc6bab0a9
5 changed files with 152 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ const router = createBrowserRouter([
element: <App />,
},
{
path: "/devices",
path: "/absorbance",
element: <DeviceGraph />,
}
]);