request detail
This commit is contained in:
@@ -44,6 +44,7 @@ import UsersList from "@/pages/user/List";
|
||||
import AdminList from "@/pages/admin/List";
|
||||
import CreateAdmin from "@/pages/admin/Create";
|
||||
import EditAdmin from "@/pages/admin/Update";
|
||||
import RequestDetail from "@/pages/requests/Detail";
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -61,7 +62,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Paths.perfomaInvoice.list} element={<ProformaInvoice />} />
|
||||
<Route path={Paths.perfomaInvoice.detail + ":id"} element={<DetailPerfomaInvoice />} />
|
||||
<Route path={Paths.requests.list} element={<RequestList />} />
|
||||
|
||||
<Route path={Paths.requests.detail + ":id"} element={<RequestDetail />} />
|
||||
<Route path={Paths.product.list} element={<ProductList />} />
|
||||
<Route path={Paths.product.create} element={<CreateProduct />} />
|
||||
<Route path={Paths.product.update + ":id"} element={<UpdateProduct />} />
|
||||
|
||||
Reference in New Issue
Block a user