Skip to content

Commit

Permalink
chore: update one of the numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Nov 27, 2024
1 parent c863841 commit 9c504b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/build-ui/formbuilder/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Amplify.configure(outputs);
import { TodoCreateForm } from './ui-components';
```

3. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:
4. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:

```jsx
function App() {
Expand Down

0 comments on commit 9c504b0

Please sign in to comment.