sidebar items

This commit is contained in:
hamid zarghami
2025-10-21 15:07:14 +03:30
parent e25e1cee48
commit 9672879966
3 changed files with 40 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const MainRouter: FC = () => {
<Routes>
<Route path="/" element={<Home />} />
<Route path={Paths.home} element={<Home />} />
<Route path={Paths.proformaInvoice} element={<ProformaInvoice />} />
<Route path={Paths.perfomaInvoice.list} element={<ProformaInvoice />} />
<Route path={Paths.requests.list} element={<RequestList />} />
<Route path={Paths.product.list} element={<ProductList />} />