AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
export default function Name() {
const x = 'y';
if (true) {
return <div>Anonymous function</div>;
}
return null;
}