mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 21:27:50 +00:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import { NewProductHelpComponent } from "./NewProductHelpComponent"
|
|
|
|
export default async function NewProductHelpPage() {
|
|
return <NewProductHelpComponent/>
|
|
}
|
|
|