added table page
This commit is contained in:
@@ -6,8 +6,8 @@ import {
|
||||
RouterProvider,
|
||||
} from "react-router-dom";
|
||||
|
||||
// import List from "./list/List";
|
||||
// import Chart from "./chart/Chart";
|
||||
import List from "./list/List";
|
||||
import Chart from "./chart/Chart";
|
||||
import Main from "./main/Main";
|
||||
import ProjectDetails from "./projectDetails/ProjectDetails";
|
||||
|
||||
@@ -22,14 +22,14 @@ const router = createBrowserRouter([
|
||||
path: "/project-details/:id",
|
||||
element: <ProjectDetails />,
|
||||
},
|
||||
// {
|
||||
// path: "/chart",
|
||||
// element: <Chart />,
|
||||
// },
|
||||
// {
|
||||
// path: "/building/:id",
|
||||
// element: <Building />,
|
||||
// },
|
||||
{
|
||||
path: "/list",
|
||||
element: <List />,
|
||||
},
|
||||
{
|
||||
path: "/chart",
|
||||
element: <Chart />,
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user