Skip to content

Commit ffc6c29

Browse files
feat: app work
1 parent 944bec1 commit ffc6c29

File tree

1 file changed

+5
-1
lines changed
  • examples/clients/react/react-sdk/src

1 file changed

+5
-1
lines changed

examples/clients/react/react-sdk/src/App.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ function App() {
133133

134134
fetchEntities();
135135
}, []);
136-
return <></>;
136+
return (
137+
<>
138+
<button onClick={() => console.log("s")}></button>
139+
</>
140+
);
137141
}
138142

139143
export default App;

0 commit comments

Comments
 (0)