We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c6b27 commit e8f50beCopy full SHA for e8f50be
src/content/create-remove-button-1.md
@@ -9,8 +9,6 @@ framework: react
9
chapter: Building reusable components
10
---
11
12
-
13
-
14
In this chapter we will build out our components that we will be using through out the application. First lets go ahead and create a Remove button.
15
16
In the components folder create a folder called `buttons`. Then create a `RemoveButton.js` component and add the following:
0 commit comments