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