mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
9 lines
239 B
TypeScript
9 lines
239 B
TypeScript
import { Layout } from 'src/components/common'
|
|
import { VerifyCustomerAccount } from 'src/components/modules/verify-customer'
|
|
|
|
export default function VerifyCustomer() {
|
|
return <VerifyCustomerAccount />
|
|
}
|
|
|
|
VerifyCustomer.Layout = Layout
|