mirror of
https://github.com/vercel/commerce.git
synced 2025-06-17 04:31:22 +00:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
const Hero1 = () => {
|
|
return <div>Hero 1 Block</div>;
|
|
};
|
|
|
|
export default Hero1;
|