Skip to content

Commit 07bf4e3

Browse files
Update articles/flow/integrations/react.adoc
Co-authored-by: caalador <[email protected]>
1 parent 97f3c72 commit 07bf4e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/flow/integrations/react.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ First, define your React component. For this example, assume a simple text input
230230
// File: frontend/react-text-input.tsx
231231
232232
import React, { useState } from 'react';
233-
import ReactDOM from 'react-dom';
234233
import {ReactAdapterElement, type RenderHooks} from "Frontend/generated/flow/ReactAdapter";
235234
236235
class ReactTextInputElement extends ReactAdapterElement {

0 commit comments

Comments
 (0)