Update src/app/account/page.tsx
This commit is contained in:
@@ -10,7 +10,8 @@ export default function AccountPage() {
|
||||
{ name: "Product Details", id: "/product-details" },
|
||||
{ name: "Auth", id: "/auth" },
|
||||
{ name: "Account", id: "/account" },
|
||||
{ name: "Orders", id: "/orders" }
|
||||
{ name: "Orders", id: "/orders" },
|
||||
{ name: "Terms of Service", id: "/terms-of-service" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -33,4 +34,4 @@ export default function AccountPage() {
|
||||
</main>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user