add resiliation

This commit is contained in:
LathanDevers
2026-07-17 14:32:12 +02:00
parent 9aeff38e7e
commit a09377eb4e
5 changed files with 12 additions and 11 deletions
+2
View File
@@ -20,6 +20,7 @@ import Store from './pages/app/Store';
import Checkout from './pages/app/Checkout';
import Services from './pages/app/Services';
import Support from './pages/app/Support';
import BillingHistory from './pages/app/BillingHistory';
export default function App() {
return (
@@ -49,6 +50,7 @@ export default function App() {
<Route path="/checkout/:productId" element={<Checkout />} />
<Route path="/services" element={<Services />} />
<Route path="/support" element={<Support />} />
<Route path="/facturation" element={<BillingHistory />} />
</Route>
</Route>