BAGUETTE 🍞

This commit is contained in:
Victor Turgeon
2022-11-08 07:43:48 -05:00
parent 33596177f6
commit 5f4a488274
2 changed files with 4 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ const App = () => {
<Route path="formulaire" element={<Formulaire />} />
<Route path="myinvoices" element={<MyInvoices />} />
<Route path="invoices" element={<Invoices />} />
<Route path="reviewinvoice/:id" element={<ReviewInvoice />} />
<Route path="reviewinvoice" element={<ReviewInvoice />} />
</Route>
</Routes>
</BrowserRouter>