Skip to content

Commit

Permalink
Update 5-adding-a-delete-button.md
Browse files Browse the repository at this point in the history
merge component
  • Loading branch information
leemyongpakva authored Jan 10, 2025
1 parent 39f14ea commit 733bc9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/how-to-guides/data-basics/5-adding-a-delete-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ All the pieces are in place, great! Here’s all the changes we've made in this
```js
import { useState } from 'react';
import { useSelect, useDispatch } from '@wordpress/data';
import { Button, Modal, TextControl } from '@wordpress/components';
import { SnackbarList } from '@wordpress/components';
import { Button, Modal, TextControl, SnackbarList } from '@wordpress/components';
import { store as noticesStore } from '@wordpress/notices';

function MyFirstApp() {
Expand Down

0 comments on commit 733bc9f

Please sign in to comment.