react-code-dataset / tsdx /test /e2e /fixtures /lint /react-file-without-lint-error.tsx
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import React from 'react';
export const Foobar = (props: any) => {
return <div {...props}>foobar </div>;
};