Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
crux16 committed Mar 20, 2024
1 parent c2202d9 commit cdbea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const App = () => {
<h1>Phonebook</h1>
<ContactForm buttonSubmit='add contact'/>
<h2>Contacts</h2>
<Filter /><button>delete all</button>
<Filter />
<ContactList />
</div>
);
Expand Down

0 comments on commit cdbea14

Please sign in to comment.