features
This commit is contained in:
@@ -8,6 +8,7 @@ import ProformaInvoice from '@/pages/invoice/ProformaInvoice'
|
||||
import RequestList from '@/pages/requests/RequestList'
|
||||
import ProductList from '@/pages/product/List'
|
||||
import OrdersList from '@/pages/order/List'
|
||||
import FeaturesList from '@/pages/Features/List'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -26,6 +27,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Paths.requests.list} element={<RequestList />} />
|
||||
<Route path={Paths.product.list} element={<ProductList />} />
|
||||
<Route path={Paths.order.list} element={<OrdersList />} />
|
||||
<Route path={Paths.features.list} element={<FeaturesList />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user