mirror of
https://github.com/vercel/commerce.git
synced 2025-05-08 10:47:51 +00:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export default function OrderError() {
|
|
return <div>Order Error</div>;
|
|
}
|