m3-academy-template-vtexio/custom/react/components/Exemple/Exemple.tsx

8 lines
142 B
TypeScript
Raw Normal View History

2022-08-11 13:06:07 +00:00
import React from "react";
export const Exemple: StorefrontFunctionComponent = () => {
return <div>
<h1>@@@@</h1>
</div>;
};