mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +00:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
const WarrantyHeaderAction = () => {
|
|
return <div>WarrantyHeaderAction</div>;
|
|
};
|
|
|
|
export default WarrantyHeaderAction;
|