4a89681abc6f4af282b913c0d28c55a7

PHOTO EMBED

Sat Aug 10 2024 05:12:30 GMT+0000 (Coordinated Universal Time)

Saved by @poojitha #typescriptreact

const BasicComponent = () => {
  return (
    <div>
      <h1>This is basic component!</h1>
    </div>
  );
};

export default BasicComponent;
content_copyCOPY