This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 00:07:21 +00:00
parent ca0d8dcd8d
commit f903d47874
4 changed files with 279 additions and 1 deletions
+2
View File
@@ -9,6 +9,7 @@ import ResetPassword from "./pages/ResetPassword";
import Profile from "./pages/Profile";
import Account from "./pages/Account";
import AccountConfirmation from "./pages/AccountConfirmation";
import Contact from "./pages/Contact";
import { useCartSync } from "./hooks/useCartSync";
const queryClient = new QueryClient();
@@ -20,6 +21,7 @@ function AppContent() {
<BrowserRouter>
<Routes>
<Route path="/" element={<Index />} />
<Route path="/contact" element={<Contact />} />
<Route path="/reset-password" element={<ResetPassword />} />
<Route path="/profile" element={<Profile />} />
<Route path="/account" element={<Account />} />