design invoice
This commit is contained in:
@@ -5,6 +5,7 @@ import SideBar from "../shared/Sidebar";
|
||||
import Header from "../shared/Header";
|
||||
import { Paths } from "@/config/Paths";
|
||||
import ProformaInvoice from "@/pages/invoice/ProformaInvoice";
|
||||
import CreateInvoice from "@/pages/invoice/Create";
|
||||
import RequestList from "@/pages/requests/RequestList";
|
||||
import ProductList from "@/pages/product/List";
|
||||
import OrdersList from "@/pages/order/List";
|
||||
@@ -60,6 +61,7 @@ const MainRouter: FC = () => {
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path={Paths.home} element={<Home />} />
|
||||
<Route path={Paths.perfomaInvoice.list} element={<ProformaInvoice />} />
|
||||
<Route path={Paths.perfomaInvoice.create} element={<CreateInvoice />} />
|
||||
<Route path={Paths.perfomaInvoice.detail + ":id"} element={<DetailPerfomaInvoice />} />
|
||||
<Route path={Paths.requests.list} element={<RequestList />} />
|
||||
<Route path={Paths.requests.detail + ":id"} element={<RequestDetail />} />
|
||||
|
||||
Reference in New Issue
Block a user