added tons of features
This commit is contained in:
12
app/[locale]/(root)/(shop)/checkout/page.tsx
Normal file
12
app/[locale]/(root)/(shop)/checkout/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import {Metadata} from 'next'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Checkout'
|
||||
}
|
||||
|
||||
export default function CheckoutPage() {
|
||||
//throw new Error('NOT IMPLEMENTED')
|
||||
|
||||
//const session = await auth()
|
||||
return <div>CheckoutPage</div>
|
||||
}
|
||||
Reference in New Issue
Block a user