8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
export const Exemple: StorefrontFunctionComponent = () => {
|
||
|
return <div>
|
||
|
<h1>@@@@</h1>
|
||
|
</div>;
|
||
|
};
|