Skip to content

Commit

Permalink
Update articles/flow/integrations/react.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: caalador <[email protected]>
  • Loading branch information
AlainaFaisal and caalador authored Aug 21, 2024
1 parent 97f3c72 commit 07bf4e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion articles/flow/integrations/react.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ First, define your React component. For this example, assume a simple text input
// File: frontend/react-text-input.tsx
import React, { useState } from 'react';
import ReactDOM from 'react-dom';
import {ReactAdapterElement, type RenderHooks} from "Frontend/generated/flow/ReactAdapter";
class ReactTextInputElement extends ReactAdapterElement {
Expand Down

0 comments on commit 07bf4e3

Please sign in to comment.