fix: checkout page polish, metadata, and typescript fixes
This commit is contained in:
8
app/checkout/layout.tsx
Normal file
8
app/checkout/layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export const metadata = {
|
||||
title: 'Checkout — Pulse',
|
||||
robots: 'noindex, nofollow',
|
||||
}
|
||||
|
||||
export default function CheckoutLayout({ children }: { children: React.ReactNode }) {
|
||||
return children
|
||||
}
|
||||
Reference in New Issue
Block a user